Hi, I have a service running in my application. This service gets the upgraded APK from the server and starts the Inataller Intent to upgrade the application. Now if user selects to upgrade, application gets upgraded successfully, without deleting the persistance. But while upgarding, all the receivers and services are killed forcefully by the PackageManager. And it does not re-start the services that were running before upgrade. Is there are way to get the notification when the service is killed and upgareded, so that it can be restarted automatically on upgarade? Or is there any other better way to implement upgrade with running services getting killed?
Regards.
-- 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

