Hi all, i want to get the feed back of my application when the user try to uninstall my app.
I added a Broadcast Receiver to my app, but in Documentation stated that public static final String ACTION_PACKAGE_REMOVED Broadcast Action: An existing application package has been removed from the device. The data contains the name of the package. ******* The package that is being installed does not receive this Intent. ******* according to this my app does not get self removing broadcast. Is there any way to get the feedback from user about my app while uninstalling ?? OR can i get the result of the default feedback form provided by Market application ( from google ) while uninstalling the application give me some suggestion. Thank you Dilli. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

