Hi DonManfred,
I've tried ShortcutBadger on Android 8-9 (Device Samsung S8 and Samsung Note9) without success
badge icon not be shown
Is there something to do with newer device/android version?
We've seen this thread:
https://github.com/leolin310148/ShortcutBadger/issues/266
seems there is a new call on android sdk 26+ like:
NotificationCompat.Builder.setNumber(int)
Could be called with reflector calling this when SDK >= 26 still calling your library so I ensure badge works on (almost) all environment?
Thanks in advance
Regards Tommaso
I've tried ShortcutBadger on Android 8-9 (Device Samsung S8 and Samsung Note9) without success
badge icon not be shown
Is there something to do with newer device/android version?
We've seen this thread:
https://github.com/leolin310148/ShortcutBadger/issues/266
seems there is a new call on android sdk 26+ like:
NotificationCompat.Builder.setNumber(int)
Could be called with reflector calling this when SDK >= 26 still calling your library so I ensure badge works on (almost) all environment?
Thanks in advance
Regards Tommaso