In my application I am listening for following 3 intents by using broadcast 
receiver. ACTION_PACKAGE_REPLACED ACTION_PACKAGE_REMOVED 
ACTION_PACKAGE_ADDED

The problem is that whenever I reinstall some application First I get 
ACTION_PACKAGE_REMOVED then i get ACTION_PACKAGE_ADDED then i get 
ACTION_PACKAGE_REPLACED.

Is there any way to know that in reinstallation of application the 
ACTION_PACKAGE_REMOVED and ACTION_PACKAGE_ADDED intents belongs to 
ACTION_PACKAGE_REPLACED. I mean these are not the intents when only 
application is removed and installed respectively.

Thx Dalvin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to