Android Question Keep a B4X page fixed when activating Resume.

I want to do something, but maybe I haven't found the right way to do it. I have a page that shows a login, where the user can log in with an account and password. If everything is in order, the main page is displayed. So far, so good. My problem is that when the app is put in the background for about 5 to 7 minutes and then reopened, it goes back to the login page. How can I keep the view on the main page for a long time to avoid frequent logins? Any ideas on how to achieve this?
 
Top