I want to show an icon on status bar when receive some messages.
The icon represent the number of unread message, so I want to draw some text, such as 2 on the icon.
I tried two solutions but both failed.
- set number field (in notification class) as 2 , it seemed this is not supported after android 3.0
- set remoteviews on statusbar, using framelayout in remoteViews, but failed. statusbar only show icon, do not show overlayed text.
How can I implement this feature on android 4.1.2?
thanks in advance.