Tuesday 3 February 2015

About Persistence of Alarms in Android ?

* Alarms are not persisted across device reboots.

* This means you will need to persist the alarm settings and pending intents in a persistent store and reregister them based on device reboot broadcast messages, and possibly time-change messages
( e.g., android.intent.action.BOOT_COMPLETED, ACTION_TIME_CHANGED, ACTION_TIMEZONE_CHANGED).

No comments:

Post a Comment