Reputation: 639
I am new to Android and I am wondering if there is a way to display a Notification Badge Icon on Android Devices similar to the way in which Apple devices work?
If so, could someone please explain how this is done.
I have a GcmIntentService
and recieve the notifications in the Notification Centre and would like to know how to change the badge icon.
Upvotes: 0
Views: 731
Reputation: 1321
try this:
https://github.com/koduribalaji/ShortcutBadger
it will work only respected devices. it Works with LG, Sony, Samsung, HTC and other custom Launchers.
Upvotes: 2