I am trying to find a solution where in I buy an Android tablet, install my app, and lock the app to the screen. I mean the user can only use the app and cannot access the home screen (launcher, etc.). In this mode, the navigation bar, and volume buttons would be disabled.
I see that there is an option called Immersive screen mode in Android 4.4+ but it would reveal the navigation bar on inward swipe and there is a possibility of the user tapping on the home button.
The reason I am looking for such a solution is the intended users are not technically that great. They want to just use the app and not worry about going to home screen, clicking on app icon, switching wireless networks, etc.
For maintenance purposes, I am thinking of using a secret gesture that brings the user out of the app to home screen.
Is this possible? Can someone help me with suggestions?