[android-developers] Re: AppWidget Problems

2011-09-12 Thread b_t
Hi, It doesn't matter what you write in the updatePeriodMillis property if the value is too small because: Updates requested with updatePeriodMillis will not be delivered more than once every 30 minutes. You should use alarms to update your widget. Tamás On Sep 9, 10:51 pm, Chiara

[android-developers] Re: AppWidget Problems

2011-09-12 Thread Chiara
Updates requested with updatePeriodMillis will not be delivered more than once every 30 minutes. Great! I didn't read that! Tanks a lot! Chiara On Sep 12, 7:22 am, b_t bartata...@gmail.com wrote: Hi, It doesn't matter what you write in the updatePeriodMillis property if the value is too