On Huawei device (Android 9) my app does not show numbers on app icon for push notification. In the settings from the device under "App icon badges" I can switch the "Badge disply mode" between "Numbers" and "Dots". If I use dots, everything works fine and a dot is shown but if I use numbers my app is not in the list and show nothing on the icon.
I tested the following permissions for huawei but no success
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE"/>
<uses-permission android:name="com.huawei.android.launcher.permission.READ_SETTINGS"/>
<uses-permission android:name="com.huawei.android.launcher.permission.WRITE_SETTINGS"/>
Do i have to use other permissions or implement something special to be in the list for numbers and be able to show numbers on the app icon?