adb_start_activity
Start any Android activity or app by specifying its intent or component name directly via ADB.
Instructions
Start an activity or app by intent or component name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Intent or component (e.g., 'com.example/.MainActivity' or '-a android.intent.action.VIEW -d https://example.com') | |
| device | No | Device serial |