B4X:
Sub CreateNotification2(Body As String) As Notification
Dim n As NB6
n.Initialize("default", Application.LabelName, "DEFAULT").AutoCancel(True).SmallIcon(iconx)
n.Build("Playing", Body, "tag1",--->ACTIVITY<---).Notify(4) 'It will be Main (or any other activity) instead of Me if called from a service.
End Sub
what should be there ? I did try main and i got and error