小米手机设置小角标
More...
在你的AndroidManifest的application下添加服务
AndroidManifest
application
<service android:name="shop.itbug.xiaomi_badger.service.NotifService" android:exported="false" />
注意APP需要先获得小角标的显示权限才能效果
设置小角标
XiaomiBadger.setBag(3); // 小角标数
移除小角标
XiaomiBadger.remove();
itbug.shop
unknown (license)
flutter, plugin_platform_interface
Packages that depend on xiaomi_badger
Back