We have an issue with android application. We created a Sample project which has 3 screens. LoginScreen, WelcomeScreen,HomeScreen. When user login, will navigate to Welcome Screen and from Welcome screen place a button to navigate to Home Screen.
Application works fine as expected. We are facing an issue with the Device's Home Button. When user clicks on Home button the application quits and device home screen will appear to the user, and when the user opens the application again, the application should open the page, from where the user quits.
If the user quit from WelcomeScreen, welcome screen should be launched when the user open the app again, if its HomeScreen, then HomeScreen should be launched. When the connect the device in my laptop and try running directly application working fine as expected, but Issue is with copy paste the apk file.
If i copy the apk and paste that in my Device storage and run the application, its always opening the LoginScreen when the user quits from welcomeScreen or HomeScreen and click on the App icon again. Can you please help me to resolve this? Thank you so much.