I need a BroadCast receiver or something like that that I can use when the user WANTS to install an application. That would mean, when the user presses Install - is there something that is broadcasted so that I can catch in my app and forbid the try to install that app?
And if not - is there a mechanism to do this as workaround? I.e. when the application is installed - to be silently uninstalled? I need to have control on which app the user wants to install.
Thanks