hi, can I use services as the target for click action in notification
I check in activity and work fine with get tag intent,
or call a intent like :
I check in activity and work fine with get tag intent,
B4X:
Dim n As NB6
n.Initialize("default", Application.LabelName, "DEFAULT").SmallIcon(smiley)
n.Build("bla", "bla", "tag", servicetolaunch).Notify(1)
or call a intent like :
B4X:
Dim nb As NotificationBuilder
nb.setIntent(open_intent)
Last edited: