adb_start_activity
Launch any Android activity using an intent string, with optional target device selection, to drive app navigation and testing via ADB.
Instructions
Start an activity with the given intent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Intent to start (e.g., -n com.app/.MainActivity) | |
| deviceId | No | Target device ID (optional) |