Closed darkovski88 closed 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.
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'