I originally had a badge number of 2. I used BadgeAndroid.setBadge(15); in my code, and it worked. However, when I tried BadgeAndroid.setBadge(0);, the badge number reverted to 2.
Does anyone know why this might be? Is there any other info I can provide?
I originally had a badge number of 2. I used
BadgeAndroid.setBadge(15);in my code, and it worked. However, when I triedBadgeAndroid.setBadge(0);, the badge number reverted to 2.Does anyone know why this might be? Is there any other info I can provide?