Why can I add only one app widget in the default homescreen, except for search?
14 views
Skip to first unread message
Message has been deleted
Morris
unread,
Oct 30, 2009, 9:27:48 PM10/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android TW Developer
Hi All:
I follow the code of clock widget in the LauncherProvider.java to
wirte the music widget. And I also modify default_workspace.xml.
I find that there is either clock widget or music widget showing in
the default homescreen.
Like as below cases(in the default_workspace.xml):
1.only show music
<search.............../>
<music................/>
<clock................../>
even if we remove <search>, it is still the same situation
2.only show clcck
<search.............../>
<clock................../>
<music................/>
even if we remove <search>, it is still the same situation