Basically I want to install/uninstall an app on my android device from a remote Server.
I send a specific message (such as install or uninstall) from the remote server to my device.
But when the device initiates the process a system genrated Intent will start and shows the message below.
The OK button must be pressed in order to continue the process.
How can I programmatically press this button from the remote server and continue the process?
Hopefully you understand what I want to explain.
Any suggestions or ideas?