Reputation: 728
I want to show notification dot on Android app launcher, which available in Android Oreo APK. How to implement this?
I have tried Shortcut Badger but not working.
Upvotes: 0
Views: 1673
Reputation: 41
Refer this link: https://developer.android.com/training/notify-user/badges
set notificationChannel.setShowBadge(true or false);
Upvotes: 2