This is a template app for Android Kiosk mode.
This require Target sdk 21. App is structured as android studio project.
This template can:
- Lock user in your app.
- Make the system boot into the app.
- Make the app in full screen mode.
- Keep system awake all time.
- Disable volume buttons and override button programmatically.
You will need some initial set up with your device.
- set your app as device owner (DO NOT require root)
- manually set your app as Home app of the system once.
Please refer to this article for details of how to do it. http://wenchaojiang.github.io/blog/realise-Android-kiosk-mode/