0

I am building an accessibility related service. My goal is to catch all touch-events, change the event's parameters (i.e. event.x = event.getX()+5) and pass it on to the current running application (any application).

After trying to use a system-overlay (see this post), I understood that this is pretty much impossible for Android > 4.0 for security reasons, and was wandering if there any way to use the AccessibilityEvent or any other accessibility-related method.

Thank you

Community
  • 1
  • 1
Ido E.
  • 126
  • 1
  • 10
  • 1
    This is not possible on any version of Android unless you are using a rooted device or you modify the framework. – alanv Mar 24 '15 at 21:47
  • @alanv - Thank you. Can you please give more details? Using a rooted device is an option (if no other option...). – Ido E. Mar 25 '15 at 05:48

0 Answers0