Re: [android-beginners] Widget update with Context.sendBroadcast()

2009-11-05 Thread Mark Murphy
Carl wrote: I would like to update my AppWidget only, without interfering with the other widgets in the system. I created the following code, but I am not sure it other widgets will also update, since I am using Context.sendBroadcast(). Intent myWidgetUpdate= new Intent

[android-beginners] Widget update with Context.sendBroadcast()

2009-11-04 Thread Carl
Hello all, I would like to update my AppWidget only, without interfering with the other widgets in the system. I created the following code, but I am not sure it other widgets will also update, since I am using Context.sendBroadcast(). Intent myWidgetUpdate= new Intent

Re: [android-beginners] Widget update with Context.sendBroadcast()

2009-11-04 Thread Justin Anderson
I believe that interested BroadcastReceivers means the ones that match the intent. Given your sample code it seems to me that only your widget will be updated. Thanks, Justin -- There are only 10 types of people in the world...