Hi there Android / HUAWEI friends!
I am designing an App for Android. I have utilized Firebase to send push notifications to the device where the app is installed. It is all good and works fine - I can see the notification as a tile with Title, Body and Icon. I can navigate to the App when I tap on it.
But I have a problem with the app icon notification badge. By default it was set to dot (HUAWEI P30 Pro, EMUI 11). When I receive a notification, the dot appears. All good.
But when I change the notification badge type to number it doesn't show (1) for example. I can see with some other apps it is the same. The main difference is that the DOT BADGE list contains all apps (my app including), while the NUMBER BADGE list contains quite few apps (Phone, Messages, and some other 3rd party apps, but not all).
So my question is - should I set some setting in the app manifest or somewhere else in order to see numbered badge?