I have developed an app that stores all private data information hence I develop password protected screen.
When I open the app the password screen comes up properly but after logging in and if I am editing anything and then I press the home button I have an issue the app reopens to protected screen without the password.
How do I send it back to password screen onResume?
I need to figure out a way to get Home button pressed on Fragment and activity? Or is there a better option?
Can somebody help me figure this out?
Thanks!