manish9161 / AndroidKioskModeTemplate

This is a template app for Android Kiosk mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template app for Android Kiosk mode.

This require Target sdk 21. App is structured as android studio project.

This template can:

  1. Lock user in your app.
  2. Make the system boot into the app.
  3. Make the app in full screen mode.
  4. Keep system awake all time.
  5. Disable volume buttons and override button programmatically.

You will need some initial set up with your device.

  1. set your app as device owner (DO NOT require root)
  2. 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/

About

This is a template app for Android Kiosk mode


Languages

Language:Java 100.0%