Android Question badge

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
can the badge count when it is exceed 1000 be shown???
i mean showing the number no matter big it is and not showing 999+.
 

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
this is the Badger
can i apply count more than 1000 like the number bellow without shorting it to 999+
B4X:
        Public badge As ShortcutBadger
badge.Initialize()
    badge.applyCount( 2883882)
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
There is no method for this. The Badge Feature itself is handled by the Launcher.
You can try to find a Setting in the Launchers Options maybe.
 
Upvote 0
Top