[android-developers] Re-register AlarmManager events on upgrades

2009-03-17 Thread Michael Bollmann
I read that the AlarmManager looses all registered intents if case the application that registered those intents is upgraded. What is the correct approach to re-register those intents considering the user does NOT start the application after upgrading it? --~--~-~--~~~

[android-developers] Re-register AlarmManager events on upgrades

2009-05-21 Thread Michael Bollmann
Dianne Hackborn said the following a while ago: >Fwiw, cupcake will add a new field to PACKAGE_ADDED to tell you if this was >due to an update, and allow this broadcast to be received by the app to >restart itself. But it still seems that the application that gets upgraded doesn't receive this in