[android-developers] Power Control Widget shown when my own Widget is updated by AppWidgetManager

2011-01-14 Thread ChemDroid
Hi, when I manually update my widget via AppWidgetManager.updateAppWidget my widget shows the power-control-widget for a short moment as seen in this screenshot: http://forum.xda-developers.com/attachment.php?attachmentid=474576d=1293489008 You can see my sourcecode here:

Re: [android-developers] Power Control Widget shown when my own Widget is updated by AppWidgetManager

2011-01-14 Thread TreKing
On Thu, Jan 6, 2011 at 7:20 PM, ChemDroid chinako...@googlemail.com wrote: when I manually update my widget via AppWidgetManager.updateAppWidget my widget shows the power-control-widget for a short moment as seen in this screenshot:

Re: [android-developers] Power Control Widget shown when my own Widget is updated by AppWidgetManager

2011-01-14 Thread Kostya Vasilyev
I went an looked at the code (TreKing is right about the image though - if you post an image link, make sure it's accessible by anyone). Your bug is here: AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(getApplicationContext()); ComponentName componentName = new