Category "kiosk-mode"

How to remove lock screen using android management api

I am currently developing an android application that is supposed to run in kiosk mode. Everything else works well however, we have a lock screen issue, the app

Questions about Android Management API in Kiosk mode

This application is for tablets for students in K-12. Thank you for any help or pointers. The basic management software is up and running just fine. Is there

Command execution in kotlin

I want to execute this command: Runtime.getRuntime().exec("adb shell dpm set-device-owner com.example.msgshareapp/.AdminReceiver") This didn't work,