Launch App
Overview
Section titled “Overview”Start an app by its package name. Optionally launch a specific activity.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
packageName | string | Yes | — | Application package name (e.g., com.example.myapp) |
activityName | string | No | — | Fully qualified activity name (launches default if omitted) |
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Launch com.example.myapp
Launch the SettingsActivity of com.example.myapp
Related Tools
Section titled “Related Tools”- Stop App — Force stop the app
- Install APK — Install before launching
- Screenshot — Verify the app launched correctly