Wave丶

Results 1 comments of Wave丶

I solved the problem with the following solution: In AndroidManifest.xml ` ` In BadgeProviderFactory.cs `providers.Add("com.huawei.android.launcher", new HuaweiBadgeProvider());` In HuaweiBadgeProvider.cs `public override void SetBadge(int badgeNumber) { if (badgeNumber < 0) {...