0

Most of the answers I've found only temporarily disable these features, and then opening a soft keyboard or alert dialog shows them again.

The requirement: The end user of this device should not be able to navigate out of the application while it is running. Administrators can do this by using a private combination of physical keypad buttons, but otherwise the application should alway stay open.

...How can I do this? I've read that android does not allow the disabling of these features for security reasons, but can anyone give me an idea for a work-around?

Michael Kemp
  • 300
  • 2
  • 17
  • Off the top of my head, maybe you could make the app replace the device's lockscreen... That brings other problems with it, though. – Robin Mar 06 '17 at 16:19
  • Possible duplicate of [Permanently hide navigation bar on activity](http://stackoverflow.com/questions/16713845/permanently-hide-navigation-bar-on-activity) – canpan14 Mar 06 '17 at 16:20
  • Possible duplicate of [Kiosk mode in Android](http://stackoverflow.com/questions/2068084/kiosk-mode-in-android) – petey Mar 06 '17 at 16:21
  • Your device is rooted? If not, is not possible. (only temporally) – AndroidRuntimeException Mar 06 '17 at 16:36

0 Answers0