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 of code when it is installed on the phone. This feature is especially important when an application is reinstalled. Our app needs a service to be running. We use BOOT_COMPLETED event to start the service when the device boots up. As expected, Android kills the service before an app is reinstalled. But in SDK 0.9, there is no way to start the service after the new version of the app is installed. I hope this will be addressed in 1.0. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---