I would like to get TouchEvent in the Android application at any time , the screen is touched on the screen. Even if my application is out of focus.
Is it possible to write a common even filter for listening or intent?
The goal is to write a system gesture system engine. So, for example, if the user has deployed, and then down, a specific application will be launched regardless of where the user is located.
Thank,
source
share