referring to the Accessibility Service library:
I can control my phone if I know the viewid of the view in the application. But by how I can know the viewId? or is it possible to tell the phone to perform click at certain x,y location and hit whatever is on that location?
Accessibility Services (assisting users with disabilities, automation etc)
This is a partial wrap/library for Android's Accessibility Services which you can read about here: https://developer.android.com/reference/android/accessibilityservice/AccessibilityService Android's Accessibility Services is meant to assisting users with disabilities in using Android devices...
www.b4x.com
I can control my phone if I know the viewid of the view in the application. But by how I can know the viewId? or is it possible to tell the phone to perform click at certain x,y location and hit whatever is on that location?