There are bugs with widgets and there are incorrectly or undocumented features.
Part of your problem is probably this: http://groups.google.com/group/android-developers/browse_thread/thread/4d13337361d1f088/ca57751f9203b077?lnk=gst&q=widgets#ca57751f9203b077 The other part might be a problem with you receiving intents, try making your provider fully public in the manifest (unless it already is) and see if anything gets through or check you've probably declared it for the widget intents. If you delete all the widgets you've placed and call the method to get the widget ids for your package, if it is not empty, you have the above bug I linked, test it out. On Oct 31, 2:00 am, ben <[email protected]> wrote: > It seems like the convenience functions (onUpdate, onEnabled, etc.) > aren't being called in the emulator on Android 2.0. Is this a bug, or > are these functions just being eliminated? It would have been nice to > see this documented somewhere. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

