Android Kiosk Mode - Allow Exit
问题 I am writing Android application for kiosk mode. I am using this tutorial to create kiosk mode: http://www.andreas-schrade.de/2015/02/16/android-tutorial-how-to-create-a-kiosk-mode-in-android/ However, in the tutorial, the user still can click on home and then the application back after 2 seconds. So, I did a bit of modification to disable the home button by making my application as a home. I did it by put this in my manifest: <activity android:name=".MainActivity" android:launchMode=