Re: [android-developers] Widget refresh rate

2011-10-08 Thread Satya Komatineni
A, My understanding is that if your refresh rate is above 30 mins, then it will impact accordingly. The recommendation is to put it no quicker than 30 mins and I believe starting somewhere around 2.0 this was enforced by either making it 30 mins at least. Bottom line appears to be place this abov

[android-developers] Widget refresh rate

2011-10-08 Thread A. Purohit
Hi all, I read that widget is refreshed after 30mins and there is almost no meaning of refresh rate specified in XML file. To overcome this, we have to use AlarmManager if we want to make refresh rate < 30mins! Is this still valid or this was true till Android 1.5 only? Thanks, -A -- Yo