Thanks Mark Yes i can not get any notification i say only about the call of BraoadcastReceiver Class. it not shows any sop or Log in logcat.
uninstall app 1) setting -> manage application -> select app and uninstall it or 2) uninstall command from CMD>adb uninstall "<package name>" in both way i uninstall any application i don't get log in BroadcastReceiver class thanks, Dhaiwat Bhavsar On Jun 8, 4:07 pm, Mark Murphy <[email protected]> wrote: > 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#AC... > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://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

