Android Question Notification Popup

mohammad be

Member
Hello to all
I want the notification display to be the same as the attachment.
Please help
 

Attachments

  • noti.png
    noti.png
    102.7 KB · Views: 192

mohammad be

Member
Set the importance level to HIGH.
I did, but I can't
My Android version is 7
Has it anything to do with it?

Dim pp As Notification
pp.Initialize2(pp.IMPORTANCE_HIGH)
pp.AutoCancel=True
pp.Icon="icon"
pp.SetInfo(tmp.Get(2),tmp.Get(0),Main)
pp.Notify(COD)
 
Last edited:
Upvote 0
Top