I had similar problem on orientation change - widget stopped responding to button clicks after orientation change. Does this happen with your widget also? Slight difference with my widget is that it was sending intents to itself. Anyway, solution was to set pending intents to widget buttons every time that onReceive is called (since I am sending intents back to widget). After that, there was no more problems with orientation change - buttons were reacting every time. Maybe you can do something similar?
On May 29, 11:03 am, Dirk Vranckaert <[email protected]> wrote: > Anyone? > > Cause I'm really stuck on this issue! Can't find out what I did wrong! > > Dirk -- 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

