tags:

views:

39

answers:

1

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
Do you know if a developer can catch that Intent to avoid the user from unistalling an application ?
Guido
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
hi he_void,Thank you for your help,Problem has been resolved
fonter