Disable power button… or… Resume full screen in Android toddler app
I'm creating an Android app for toddlers. So, I need to lock as many buttons as possible to prevent the toddler from accessing other features of the Android device. Basically, I'm looking to reproduce the locking mechanism in popular toddler apps like "Toddler Lock". I have logic that requires the user to tap the four corners of the screen in a clockwise motion to exit the app. To show the app in full-screen I have the following in my manifest android:theme="@android:style/Theme.NoTitleBar.Fullscreen" To show the app in landscape mode only, I have the following in my activity's onCreate event