Im trying to make my application show an icon to the top right, next to the clock and battery-icon, like this.
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.
It can’t be done.
You can, however, add an icon at the top-left in the notification area.
Just create a
Notificationwith theFLAG_ONGOING_EVENTflag set.