Skip to main content
PUT
JavaScript
Starting an app that is already running brings it to the foreground. Omit activity to launch the app’s default (launcher) activity. To open a specific screen, pass the fully qualified activity class name, e.g. com.example.app.MainActivity. Requests targeting a protected package fail with 403 Forbidden. Not supported on iOS devices — the request fails with 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
packageName
string
required

Body

application/json
activity
string

Response

No Content