Android Question Problem with "notification" from a Foreground Service

Alessandra Pellegri

Active Member
Licensed User
Longtime User
I put my code:
B4X:
Sub Process_Globals
    Dim n As Notification
End Sub

....
       n.Initialize
       n.SetInfo("Trova",DateTime.Time(DateTime.Now),Me)
       n.Notify(1)
....

I can listen the notification sound from the phone but nothing appears in the notification bar.
Somebody has an idea about why ?

Thank you
 
Top