Loading

Sunday, August 29, 2010

minimum android:updatePeriodMillis

According to Android's document of AppWidgetProviderInfo, updatePeriodMillis define how often, in milliseconds, that this AppWidget wants to be updated.

Updates requested with updatePeriodMillis will not be delivered more than once every 30 minutes.

Ref: public int updatePeriodMillis in AppWidgetProviderInfo.

If you want to implement App Widget with higher rate, reference "App Widget using Alarm Manager".

SHARE TWEET

Thank you for reading this article minimum android:updatePeriodMillis With URL https://x-tutorials.blogspot.com/2010/08/minimum-androidupdateperiodmillis.html. Also a time to read the other articles.

0 comments:

Write your comment for this article minimum android:updatePeriodMillis above!