adb_start_activity
Starts an Android activity using an intent or component name, enabling app launch and deep linking from 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 |