Android app widget not updating after changing system clock -


i have android widget scheduled update every hour

android:updateperiodmillis="3600000" 

however when change system clock (forward 1 hour or more) widget update method not being called, no visual changes or logs happen.

i wait couple of minutes thinking os may wait till next minute because doesn't need precision, still nothing triggers.

changing system time won't trigger basic widget updates?

you doing right, there no guarantee updated @ exact time expected. delayed. check documentation.

the actual update not guaranteed occur on time value.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -