I can see it (white) in the status bar but not in the list of notifications.
Can you upload an example?
Thank you.
P.S. SDK target 23 - device: Android 4.4.2.
I'm not so sure that the problem is the "format" of the image file (png, of course), given that the icon is shown on the status bar.
Yes but I can see notifications' icons of other apps in the notifications list (4.4.2) but not mine.
[It is just a test so I start the notification directly from the Main Activity]
B4X:
Dim n As Notification
n.Initialize
n.Icon = "prova"
n.SetInfo("This is the title", "and this is the body.", Me) 'Change Main to "" if this code is in the main module.
n.Notify(1)
It's ok (icon shown both on notifications bar and in the notifications list) on Android 7 and 4.0.4; on Android 4.4.2 I can see the icon only on the notifications bar.