Android Question Notification icon & dropdown notifications window

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
I'm facing a problem with the notification icon within the dropdown notifications window because I'm not able to show it.

Now I'm able to show the little notification icon in the system bar using this code :

B4X:
    sNotif.Initialize
    sNotif.SetInfo("Notification","Notification description",Main)
    sNotif.Icon="systembaricon"
    sNotif.Notify(1)

Any way to show the dropdown notifications window icon ?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…