Re: [android-developers] AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-16 Thread TreKing
On Tue, May 15, 2012 at 4:28 AM, Jorodan julien.del...@gmail.com wrote: But, I don't know why, after an undetermined time, the function updateAppWidget doesn't refresh the widget. It doesn't refresh the widget or it doesn't get hit at all?

Re: [android-developers] AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-16 Thread Jorodan
Hi, The method is well accessed in my AppWidgetProvider. My RemoteView with the Widget id is well sent to the AppWidgetManager. But the widget is not refreshed ! (All widgets (my and systems) on my Home seems not refreshed, It happens only when my app is installed). Le mercredi 16 mai 2012

[android-developers] AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-15 Thread Jorodan
Hi Android developers, I have a big problem ! I have an alarm manager each minutes for updating the clock. When I received the Intent. For each instance of the widget, I calculate my RemoteView and send the RemoteView to the widget using : AppWidgetManager updateAppWidget(int appWidgetId,