How to listen to uninstall apk?
+2
A:
Check out the ACTION_PACKAGE_REMOVED Intent and Listening For and Broadcasting Global Messages, and Setting Alarms.
the_void
2010-08-17 09:35:24
Do you know if a developer can catch that Intent to avoid the user from unistalling an application ?
Guido
2010-08-17 09:39:24
No, it's not possible to cancel the intent. Moreover, the `ACTION_PACKAGE_REMOVED` intent is sent when the uninstall process has already finished.
the_void
2010-08-17 09:44:26
hi he_void,Thank you for your help,Problem has been resolved
fonter
2010-08-27 00:55:41