[android-developers] Re: Losing Data on Reboot

2009-04-11 Thread ellipsoidmob...@googlemail.com
Are you certain the problem is related to the changes you have made? Just wondering if there could be a simpler explanation, like you're not writing the preferences in or before onPause(), or maybe you're not always calling commit() on the preferences editor? --~--~-~--~~~-

[android-developers] Re: Losing Data on Reboot

2009-04-10 Thread droozen
If it helps at all, I've discovered that this only happens if my bootup service tries to read certain preferences and install an alarm. I've used this process to install several other alarms, but for some reason the latest alarms I've added have been causing me to lose all my preferences on a rebo