i just wanna start any simple app in a kiosk mode, that is whenever i reboot i want only the app to be started nothing else. So researching a bit i found home replacement app, and disabling the home, menu search and back button. i tried some links about home replacement, but couldnt succeed. so please help if anyone can. thanks I tried changing the intent filter with this..ando
how do i start any simple app in kiosk mode?
10.8k Views Asked by Varun Barve At
2
The simplest method is to make your app a launcher. Therefore as soon as the device loads or the users presses the home button your app will be shown.
You would need to add the following to your Android Manifest for your main activity that you want to be shown at startup/home key press
Hope this helps