open_url
Open a URL or deep link on an Android device via ACTION_VIEW intent. Optionally target a specific package.
Instructions
Open a URL or deep link via an ACTION_VIEW intent (am start) — the way to jump straight to a deep-linked screen. Optionally target a specific package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL or deep link to open (ACTION_VIEW). | |
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| package | No | Optional package to target the intent at. |