[android-developers] Re: Widget Unresponsive after Opening/Closing

2009-07-05 Thread Jayesh
I had the same problem. Jeff's solution worked for me. Thanks! On Jun 17, 1:27 am, Jeff Sharkey jshar...@android.com wrote: Are you sending a full RemoteViews update each time?  (The AppWidget framework only keeps the last RemoteViews sent, and reapplies it when needed, such as after a

[android-developers] Re: Widget Unresponsive after Opening/Closing

2009-06-16 Thread Jeff Sharkey
Are you sending a full RemoteViews update each time? (The AppWidget framework only keeps the last RemoteViews sent, and reapplies it when needed, such as after a screen rotation.) For example, if you only set the PendingIntent once, and have a second RemoteViews update that doesn't include it,