dhaiwat wrote: > now when i uninstall any application from emulator it not getting any > notification to this class. > > my questions are > 1) how to uninstall app so that i get notification of uninstall of > package.
You cannot get such a notification. > 2) there is any mistake in my manifest or in class so that i can't get > uninstall notification No. "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*." http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_REMOVED -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.6 Available! -- 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

