I want to click at a particular location outside my app whenever "volume up" button is pressed.
So I thought of creating an android app whose service will indefinitely run in background. The service will be responsible for performing click on the screen whenever "volume up" button is pressed.
I need help with the code to perform click at a particular location on my screen.