### Set Device Owner Source: https://freekiosk.app/docs Use this ADB command to set FreeKiosk as the device owner for complete lockdown. Ensure the device is factory reset and FreeKiosk is installed first. ```bash adb shell dpm set-device-owner com.freekiosk/.DeviceAdminReceiver ``` -------------------------------- ### Remove Device Owner Source: https://freekiosk.app/docs Use this ADB command to remove Device Owner status from FreeKiosk. Alternatively, use the in-app settings. ```bash adb shell dpm remove-active-admin com.freekiosk/.DeviceAdminReceiver ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.