Yeah I think it must be something like that if I understand you right.
Kostya also explained me something over here:
http://groups.google.com/group/android-developers/browse_thread/thread/dc4420e6f9057a05/4589ec46352e0157#4589ec46352e0157

And I guess that could be problem that my RemoteViews weren't full-
state object. Now everytime I update the widget I will update both the
texts and the intents on the buttons and at first sight, it seems to
work just fine right now :)

Thanks for the help!

On 29 mei, 11:32, dstefanox <dstefa...@gmail.com> wrote:
> 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 <dirkvrancka...@gmail.com> 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 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