Hi everyone, i've an app with the Main activity used as Login form.
When i user log in i wrote:
But if the user put the app in background and then opens it up from the homescreen (not from the recent apps) starts the Main activity instead of the Home activity (that is the activity in foreground before).
There is a way to open the app in the correct module?
Thanks
When i user log in i wrote:
B4X:
StartActivity("Home")
But if the user put the app in background and then opens it up from the homescreen (not from the recent apps) starts the Main activity instead of the Home activity (that is the activity in foreground before).
There is a way to open the app in the correct module?
Thanks