Test Deep Link
Overview
Section titled “Overview”Open a deep link URI on a device using ACTION_VIEW. Test both custom scheme links and App Links.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
uri | string | Yes | — | Deep link URI (e.g., myapp://profile/123 or https://example.com/path) |
packageName | string | No | — | Restrict to a specific app. If omitted, Android chooser may appear. |
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Test deep link myapp://profile/123 on my device
Test https://example.com/product/456 in com.example.myapp
Test deep link myapp://settings/notifications
Related Tools
Section titled “Related Tools”- Send Intent — Send more complex intents
- Logcat — Check deep link routing in logs
- Screenshot — Verify the correct screen opened