Skip to main content
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

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Body

application/json
packageName
string
required

Package to lock the device to (Android lock-task mode).

Minimum string length: 1

Response

No Content