Search code examples
androiddevelopment-environmentkiosk-mode

Develop app run in kiosk mode in android


How to make our app which is act like kiosk mode app( SureLock lockdown app). I have LG E400 rooted android phone Android 2.3.6. I want to develop app like Surelock what shold i need to develop such app.

Can anyone help me to develop such app on my own.

My requirements: Android device boots with my app. For this app all hardware buttons are disabled(Home, Back, Menu) similar to SureLock app.


Solution

  • If your app acts like a home screen and you have no other home screen installed (or checked your app as default) it will start on boot and you won't be able to exit it. Unless you kill the task somehow, but that's not preventable.

    Your app has to use the

    android.intent.category.HOME
    

    intent to be the first visible app on boot.

    If you want some source you can look at Anderweb's ADW Launcher https://github.com/AnderWeb/android_packages_apps_Launcher