Hi Folks,

I want to run a background service once per day (after the date changed at
midnight) and I don't want this schedule to be forgotten after a reboot. But
I was not successful when I tried to listen for DATE_CHANGED or TIME_SET
intents!

Currently I'm listening for BOOT_COMPLETED intent and do a manual schedule
using AlarmManager. Is this the intended way to do so? Or there is a better
solution?

Thank you,
Armond

-- 
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

Reply via email to