start_app_activity
Launch an Android app or a specific activity on a connected device. Provide the package name to open the default launcher, or include the full activity path to target a particular screen.
Instructions
Launch an app or a specific activity on the device. If activity is not provided, launches the default launcher activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| packageName | Yes | Package name of the app (e.g. 'com.example.app') | |
| activityName | No | Full main activity path name (e.g. '.MainActivity' or 'com.example.app/.MainActivity') |