v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBMisc
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/devices/{deviceId}/kiosk
Path parameters
deviceIdstring required
Headers
X-Device-Display-IDinteger
Request body
Example request
{
"$schema": "https://example.com/schemas/EnableKioskArgs.json"
}Response
No Content