tags:

views:

20

answers:

1

Hi all,

I implemented three(live, news, music) widgets for an radio application. For three widgets im getting application name as the widget names.

How i can give different names for widgets.

like live widget, news widget, music widget

Please let me know...

Thanks

+1  A: 

Have you tried setting the android:label attribute of the <receiver> that you define for each widget in the Manifest.xml file?

mbaird
Thank you very much baird that solved
Praveenb