Lee Chun Hoe
Lee Chun Hoe

Reputation: 728

How to show notification dot (Oreo) on Android app launcher?

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.

As shown in image

Upvotes: 0

Views: 1673

Answers (1)

Manivasagam
Manivasagam

Reputation: 41

Refer this link: https://developer.android.com/training/notify-user/badges set notificationChannel.setShowBadge(true or false);

Upvotes: 2

Related Questions