Re: [android-developers] AppWidgetProvider onDeleted vs onDisabled

2013-01-29 Thread TreKing
On Tue, Jan 29, 2013 at 10:51 AM, Jake Colman wrote: > I am finding that, on occasion, after I delete my widget from my > homescreen the underlying Service that I use is still receiving alarms > and doing work. I do all my clean-up in onDisabled and do nothing on > onDeleted. Is it possible tha

[android-developers] AppWidgetProvider onDeleted vs onDisabled

2013-01-29 Thread Jake Colman
I am finding that, on occasion, after I delete my widget from my homescreen the underlying Service that I use is still receiving alarms and doing work. I do all my clean-up in onDisabled and do nothing on onDeleted. Is it possible that onDeleted can be called without an intervening call to onDis