Re: [android-developers] Closing AppWidget when force closing an application

2011-07-10 Thread Dianne Hackborn
If that causes your app widget to break, there is probably something wrong with your implementation. App widgets by design don't rely on their app running all of the time. When the user interacts with the app widget, this should be through an Intent being sent to an app component that will cause

Re: [android-developers] Closing AppWidget when force closing an application

2011-07-07 Thread Mark Murphy
You are not informed of when the user force-stops your application. And you have no way to remove app widgets from the home screen. On Tue, Jul 5, 2011 at 1:38 PM, Marcos Fábio mfpere...@gmail.com wrote: Hi All, I'm trying to close (remove from home) my AppWidget when the user goes to

[android-developers] Closing AppWidget when force closing an application

2011-07-06 Thread Marcos Fábio
Hi All, I'm trying to close (remove from home) my AppWidget when the user goes to (Settings - Applications - Manage applications) and click on 'Force Stop' button of my application. The application closes, but the AppWidget keeps on Home and doesn't work. BR, -- You received this message