Is it possible to simulate touch events
in Android from one app to another app? Perhaps use a service or an invisible activity with SYSTEM_ALERT
property to receive the input touches
then simulate them to another activity of another application which is directly below the transparent activity of your application. Is this possible?
[UPDATE]
Taking FoamyGuy's answer into account, is it possible to have an invisible SYSTEM_ALERT
activity to filter out certain touch events? I know you can revoke input for the activity. Is it possible to revoke selective input? Or do I still have to create a custom ROM?