Skip to main content
The Run App command (Command Type: 1) launches an Android application on the device using its package name.

Command Type

Command Type ID: 1

Parameters

ParameterTypeDescriptionRequired
packageNamestringThe package name of the Android application to be launchedYes

Usage Examples

Launch an App

{
  "command": "run-app",
  "params": {
    "packageName": "com.example.myapp"
  }
}