How do i make WhatsApp like full screen incoming call window trigger?
Applying above code is not triggering UI of incoming call (when phone is locked or alive).
Is there any special option to trigger the incoming call window? On click i need to go to my main activity window just like notification code.
B4X:
Service.StopForeground(1)
'Service.StartForeground(1, Notification1)
Notification1.Sound = True
Notification1.SetInfo("I am WhatsB4", "WhatsB4A", Main)
Notification1.AutoCancel = True
Notification1.Notify(1)
Notification1.Vibrate = True
Applying above code is not triggering UI of incoming call (when phone is locked or alive).
Is there any special option to trigger the incoming call window? On click i need to go to my main activity window just like notification code.