mohammad be Member Sep 13, 2020 #1 Hello to all I want the notification display to be the same as the attachment. Please help Attachments noti.png 102.7 KB · Views: 192
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2020 #2 Set the importance level to HIGH. Upvote 0
mohammad be Member Sep 14, 2020 #3 Erel said: Set the importance level to HIGH. Click to expand... 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: Sep 14, 2020 Upvote 0
Erel said: Set the importance level to HIGH. Click to expand... 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)