i'am using this code
it is not changing the notification title and body and when i click it it take me to the app information not to the main activity
what i'am doing wrong ?
another question is ,can i make the notification hidden or with no title and body ?
B4X:
Dim test As Notification
test.Initialize
test.SetInfo("title","body",Main)
Service.StartForeground(1,test)
it is not changing the notification title and body and when i click it it take me to the app information not to the main activity
what i'am doing wrong ?
another question is ,can i make the notification hidden or with no title and body ?