Enable kiosk (lock-task) mode
Misc
Enable kiosk (lock-task) mode
Locks the device to the package named in the request body using Android lock-task (kiosk) mode, preventing the user from leaving the app.
PUT
Enable kiosk (lock-task) mode
The app must already be running in the foreground — kiosk mode locks the device to the app’s existing task, and the call fails if the package has no task. Launch it first, e.g. with the start-app endpoint.
Locking is applied once and is not restored automatically; re-enable it after a reboot or reset.
Android only. iOS devices return an unsupported-feature error.
Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Body
application/json
Package to lock the device to (Android lock-task mode).
Minimum string length:
1Response
No Content