I have found the problem. The onEnabled event gets triggered at the start 
when the first widget is added. The onDisabled event gets triggered when the 
last widget is removed, but the onEnabled event does not get triggered when 
you try to add another "first" widget.

I had code that was similar to the examples in those events. This resulted 
in the packagemanager unregistering my AppWidgetProvider from receiving 
these events

For more explanation: -

http://stackoverflow.com/questions/6917415/app-widget-stops-responding-to-input-after-all-instances-are-removed-and-another

Hope this helps some googlers!
All the best,
Ash

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to