views:

30

answers:

1

I need to display notification in the status bar with the application icon. but i didn't find any way to retrieve the application icon id ? (I currently use the 1.5 SDK)

A: 

try using getApplicationIcon from PackageManager.

bhups
it returns a Drawable, I need an id (for the notification object)
Arutha