Android Question show number in notification

khosrwb

Active Member
Licensed User
Longtime User
how can I show num in notification ?
I can set icon in notification , but I will show number in notification.
(( I will show battery percent in notification ))
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

mangojack

Expert
Licensed User
Longtime User
Out of curiosity I also have attempted to show a notification with a number on the notification icon.
I have run @khosrwb 's zip and a fresh project. Both failed.

Number As Int
Gets or sets a number that will be displayed on the icon.

The Notif.Number does show in the notification dropdown list (along with title and body text) but Not on the notification bar icon .

Are we missing something .. Icon sizes etc
 
Upvote 0
Top