One of my apps, Timeriffic, has a broadcast receiver on
android.intent.action.TIMEZONE_CHANGED to recompute its alarms when
the timezone changes. That works fine.

The issue is that on some devices, the app receives just too many
times this intent. I have logs of multiple users showing the receiver
being triggered by the event once 2 days in a row, or others a couple
times in a row or twice a day and these are not travelling so why
would the timezone change? There's no visible pattern as far as I can
see.

I'll add a check to verify that the time-zone extra is the same as the
last recorded, but it's a bit odd that the timezone event would be
triggered out of the blue for no apparent reason.

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