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
Would you have any ideas?
Thanks a lot.
Sincerely yours,
Morris