I'm working on a widget and I have a default update interval, but I want the user to be able to change that interval, can I modify the updatePeriodMillis from the code? or I have to use the AlarmManager?
Many thanks!
can I modify the updatePeriodMillis from the code?
No, sorry.
or I have to use the AlarmManager?
Yes.