tags:

views:

152

answers:

1

Im trying to make my application show an icon to the top right, next to the clock and battery-icon:

http://img694.imageshack.us/img694/1372/androidemulator.jpg

I am unable to find any documentation on this issue. If it is undocumented, i.e. "API can be changed at any time", then I dont think I will use it. But otherwise, it would be very neat to indicate that my service is active.

+2  A: 

It can't be done.

You can, however, add an icon at the top-left in the notification area.
Just create a Notification with the FLAG_ONGOING_EVENT flag set.

Christopher