[android-developers] PACKAGE_ADDED, PACKAGE_REMOVED and PACKAGE_REPLACED...

2009-11-18 Thread sdphil
when I re-install an application, i get PACKAGE_REMOVED followed by PACKAGE_ADDED. I never see PACKAGE_REPLACED. any ideas why? And actually, I never see any of the PACKAGE_* actions except in LogCast -- I cannot get my broadcast receiver to get the events. i'm doing this in the emulator using

[android-developers] PACKAGE_ADDED

2008-08-29 Thread viktor
Let's continue this discussion: http://groups.google.com/group/android-developers/browse_thread/thread/697e7e7cc6dd3d1f/fdcf520cce83cf0b The PACKAGE_ADDED broadcast is not received by the installed (added) package anymore (SDK 0.9). This was the only way to let an application to execute a piece