[android-developers] Re: How to prevent multiple instance of the same widget being added to the homescreen

2009-06-04 Thread acemaker
Hi Jeff, Thanks for the quick reply, I get the idea of allowing the widget to be installed on different home screen app, so should it be he widget host's responsibility to enforce the singleton if necessary then? I will try to read thru the launcher code, just spot one thing though, should the s

[android-developers] How to prevent multiple instance of the same widget being added to the homescreen

2009-06-04 Thread acemaker
Hi, I am learning the app widget programming in the 1.5 SDK release. I was playing with the sample widget (wiktionary) and found out that you can actually add multiple instance of the same widget to the home screen, is there a way to prevent this? An attribute in the XML? I am stuck with 3 instan