Skip to content

Xiaomi Device Support

Leo Lin edited this page Mar 18, 2017 · 2 revisions

Xiaomi Device Support

Since from Xiaomi changed the way to show badge by notification from Miui 6.

ShortcutBadger.applyCount will not support Xiaomi devices.

If you want to support badges for Xiaomi, you have to send notifications. And use

ShortcutBadger.applyNotification(getApplicationContext(), notification, badgeCount);

to let ShortcutBadger help to update the notification to let Xiaomi recognize the badgeCount.

You can view the example here

Clone this wiki locally