[android-developers] Re: How to create a reminder

2010-10-26 Thread avigadl
Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: How to create a reminder

2010-10-25 Thread Bret Foreman
http://developer.android.com/reference/android/app/AlarmManager.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: How to create a reminder

2010-10-25 Thread avigadl
The alarm manager clears the reminders after the device reboots. We need that our reminders will still be fired after rebooting. Do you have any ideas? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: How to create a reminder

2010-10-25 Thread TreKing
On Mon, Oct 25, 2010 at 3:59 PM, avigadl avig...@gmail.com wrote: We need that our reminders will still be fired after rebooting. Do you have any ideas? http://developer.android.com/reference/android/content/Intent.html#ACTION_BOOT_COMPLETED Reading through the documentation in general is