[android-developers] Re: Widget is not removed after the application is uninstalled

2010-12-08 Thread Csaby85
Thanks for the reply On Dec 8, 1:18 pm, YuviDroid wrote: > I've never seen an app-widget removed automatically from the > homescreen...although it would make sense to do that once the app containing > the widget is uninstalled. > > On Wed, Dec 8, 2010 at 10:49 AM, String wrote: > > > > > > > > >

[android-developers] Re: Widget is not removed after the application is uninstalled

2010-12-08 Thread Csaby85
Thanks for the answer. I will add a new bug on this. Thanks On Dec 8, 11:49 am, String wrote: > If it's not a bug, it's certainly the known behavior of the OS, and > always has been. Froyo is a bit better at this than previous versions, > although still far from 100%. It sometimes will remove app

[android-developers] Widget is not removed after the application is uninstalled

2010-12-08 Thread Csaby85
Hi google team. I face an issue with my custom android widget. The widget is working ok, but after I uninstall my application the widget disappears and the "Problem loading widget" is displayed. Is this an android bug or I an not doing something right? Also should this be handled by the OS? Thanks