tags:

views:

4

answers:

0

I have an Android service that runs in background. I need it to recieve feedback (and stop, for example) just when user did something, no matter if it's only touch event on homescreen of somewhere else or key press.

Is it possible to handle global touch and key events?