I have a widget in my app that only needs to be updated when a service is running, and at no other time. I would like to get Android to not update it, or, at-worst, only update it at very large intervals.
In other words, what is the maximum value I can define android:updatePeriodMillis
as?
I can't seem to find this information anywhere...