I created an app that opens 3-4 activity. When I last activity, I want to return to the main at once.
To do this, I used the following code:
when I leave the app from the main, reappears the last open activity.
Is there a way to permanently destroy the activity before going into the Main, so not reopen when I leave the app?
Thank you
To do this, I used the following code:
B4X:
Activity.Finish
StartActivity (Main)
when I leave the app from the main, reappears the last open activity.
Is there a way to permanently destroy the activity before going into the Main, so not reopen when I leave the app?
Thank you