leolin310148 / ShortcutBadger

An Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers.
Other
7.35k stars 1.34k forks source link

How to show badge count in app icon for Oppo (Android) #380

Open aravindforums1 opened 1 year ago

aravindforums1 commented 1 year ago

Hi, i tried same as mention in GitHub, but count not show in app icon, below code i added in ondeviceready function in index.js file, i am developing android app in Cordova.

int badgeCount = 1; ShortcutBadger.applyCount(context, badgeCount); //for 1.1.4+ ShortcutBadger.with(getApplicationContext()).count(badgeCount); //for 1.1.3

Any reply much appreciated.