Hi all, an easy question but no way to find an answer ...
When the user receive a notification and clicks on it the app jumps in an activity.
This breaks the normal cycle of activities.
Is there a way to remove this activity from the stack?
Thank you.
Serge.
When the user receive a notification and clicks on it the app jumps in an activity.
This breaks the normal cycle of activities.
Is there a way to remove this activity from the stack?
B4X:
Sub Activity_Pause(UserClosed As Boolean)
if starter.Notified And UserClosed then B4XPages.ClosePageAndRemove(Me) ' or something like that ...
End Sub
Thank you.
Serge.
Last edited: