How to create a status bar icon on the right side? (Android)

Posted by yuku on Stack Overflow See other posts from Stack Overflow or by yuku
Published on 2010-03-29T17:47:59Z Indexed on 2010/03/29 17:53 UTC
Read the original article Hit count: 183

Notification and NotificationManager are used to create icons to be placed on the top-left position of the screen. A Notification also need to have an entry on the status bar pull-down.

However, icons on the right side such as the battery, signal strength, wireless indicators do not need any entry on the status bar.

How do I make such icons without any entry in the status bar pull-down?

© Stack Overflow or respective owner

Related posts about android

Related posts about notification