Home stores intents in its database. All you need to do it convert the Intent to/from URI.
On Wed, Feb 18, 2009 at 5:15 PM, Miguel Paraz <[email protected]> wrote: > > Hi, > I would like to persist Intents to the database. The reason is to > overcome the limitation of AlarmManager forgetting the scheduled > events on poweroff. On poweron, I'd like to load the intents from the > database and schedule them again. > > I have read that the Parcelable system is not suitable as general- > purpose serialization, because much information is not saved. Is > Parcelable enough to save Intents? > > If not, then I would need to store the information loaded into the > intents separately, then recreate them on bootup. > > > > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

