I know that all android applications run in their sandboxes and that the only way to communicate with then is using intents and content providers. Anyway I want to ask if there is any method to send to the another activity EVENTS? I want to send to another application’s activity touch event from my service
Share
You cannot send key and touch events from some other application, you will need root access to do this.