Hi all, I'm having some difficulties getting the AppWidgetProvider.onDeleted event to fire when removing my widget from the home screen. I get the below 'Permission Denial' errors that indicate that the APPWIDGET_DELETED and APPWIDGET_DISABLED intents aren't being broadcasted. If anyone has any ideas what could be causing this I'd be very grateful.
10-12 22:14:12.013: WARN/ActivityManager(568): Permission Denial: broadcasting Intent { act=android.appwidget.action.APPWIDGET_DELETED cmp=uk.strapp.android.Test/.MyWidget (has extras) } from android (pid=616, uid=10001) requires null due to receiver uk.strapp.android.Test/uk.strapp.android.Three.MyWidget 10-12 22:34:03.067: WARN/ActivityManager(568): Permission Denial: broadcasting Intent { act=android.appwidget.action.APPWIDGET_DISABLED cmp=uk.strapp.android.Test/.MyWidget } from android (pid=618, uid=10001) requires null due to receiver uk.strapp.android.Test/ uk.strapp.android.Three.MyWidget Thanks, Peter. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---