kaloyan-raev/eclipse-ui-tips

Reset alarm when system time or time zone changes

Opened this issue · 0 comments

The notification alarm is registered for recurring in a daily interval. The daily interval actually means exactly 24 hours. If the time zone changes then the notification will fire in completely different time than expected. Same is valid if the system clock time is changed significantly.

The app should catch an appropriate event and reset the alarm.

http://stackoverflow.com/questions/5481386/date-and-time-change-listener-in-android
http://www.ceveni.com/2011/03/how-to-get-timezone-change-event-in.html