[android-developers] Re: Alarms get lost when upgrading an application

2009-03-01 Thread StefanK
I noticed the same thing. I looked at the AlarmManger code and it stores its data in in-memory arrays that are not persisted (nor publicly accessible) , even more the pending intents that the AlarmManager refers to are also lost when the device is restarted or the application is uninstalled.

[android-developers] Re: Alarms get lost when upgrading an application

2009-03-01 Thread Mariano Kamp
Stefan, thanks for pitching in and shedding some light on it. Also not a deterministic approach, but at least it is not tied to the UI. Anybody else with another apporach? Cheers, Mariano On Sun, Mar 1, 2009 at 4:16 PM, StefanK skyntc...@gmail.com wrote: I noticed the same thing. I