as_adb_start_app
Launch an Android app on a device or emulator by specifying the component (e.g., pkg/.Activity) or package, with optional device serial.
Instructions
Launch an app by component or by package (via monkey launcher intent).
Args: params (StartAppInput): component ('pkg/.Activity') or package, serial.
Returns: str: JSON with the launch result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |