leolin310148 / ShortcutBadger

An Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers.
Other
7.35k stars 1.34k forks source link

Not working on Nexus 5 device with android 6 #55

Closed darkovski88 closed 8 years ago

darkovski88 commented 8 years ago

Hi, im adding this library to my app but seems its not working for Marshmallow, any idea what can be the issue here?

Here is the code i use: ShortcutBadger.with(mContext).count(sum); and in gradle: compile 'me.leolin:ShortcutBadger:1.1.3@aar'

ygnessin commented 8 years ago

I may be mistaken but I think that Nexus 5 ships with "vanilla" factory Android, which does not support badges. Other OEMs have added Badge support specific to their platform; this library makes it easy to support all of them via a single interface.