Ah right, yes I believe there is an emulator only bug in 2.0 with widgets. I've experienced your problem before, launching a new emulator usually fixes it. Haven't really been able to track down the cause of it but I don't think it will be a problem with devices. I'm not sure if it has any effect but lately I've been running a lot of different emulators at once, which could cause problems, sometimes I have emulators launch with crippled performance and small things like that.
On Nov 1, 7:17 am, ben <[email protected]> wrote: > Yea our provider is fully public. Our widgets worked perfectly fine, > well we worked around the current widget bugs, until 2.0. The 1.6 > release we have no problems on actual phones or the emulator with the > 2.0 emulator is where we see the problems, hopefully it's just a bug > in the emulator. But it would be nice to know either way. > > On Oct 30, 10:40 pm, adamphillips12 <[email protected]> wrote: > > > 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/threa... > > > 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

