Tuesday, January 29, 2013

[android-developers] AppWidgetProvider onDeleted vs onDisabled

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 onDisabled?

--
Jake Colman -- Android Tinkerer

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment