Android Question How to track an Un-Install Event

AndroidMadhu

Active Member
Licensed User
Hello,
I want to track/catch the uninstall event.
It means that when I am trying to un-install a apk I want to track the uninstall event and then Update with value [flag] [For example 1] at the database server resides at Web.
Is there is any way that I can track when the user trying to uninstall a APK from his/Mobile mobile?

Please suggest.
 

DonManfred

Expert
Licensed User
Longtime User
Is there is any way that I can track when the user trying to uninstall a APK from his/Mobile mobile?
you can write another app which needs to run on this device.

Register a static intent filter/broadcast receiver and listen for any incoming Intents and handle as you wish to handle in this situation.
 
Upvote 0
Top