Hi,
You can use session id to manage the session on Android device. How? At the time of authenticating the user, you have the session id in method response which you can save in local storage. Once you save the session id successfully, you can put the validation on the login screen. If session id exists then login into App else move him/her to a login screen.
Let me know if it helps.
Regards,
Himanshu Sharma