Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add a number to the launcher icon like HTC mail Does?

Tags:

android

icons

Does anyone know how to accomplish adding to my application's launcher icon the circular badge with a number inside of it (indicating number of unread emails) like the HTC mail application does? I know how to do this for notifications, but not for the launcher icon.

To clarify, it's not a widget, but an application icon.

like image 857
Jeff Axelrod Avatar asked Sep 15 '10 19:09

Jeff Axelrod


2 Answers

I'm posting Daenyth's answer so I can mark this as answered:

@glenviewjeff: It sounds like custom behavior that HTC has hacked into the OS [launcher].

like image 186
Jeff Axelrod Avatar answered Oct 21 '22 17:10

Jeff Axelrod


What you want is a widget, not an icon. Icons are static. You can find out more info here: Introducing home screen widgets and the AppWidget framework

like image 39
Daenyth Avatar answered Oct 21 '22 16:10

Daenyth