Skip to content

Send Intent

Send an intent to start an activity on a connected device. Supports actions, data URIs, component targeting, string extras, and flags.

ParameterTypeRequiredDefaultDescription
actionstringYesIntent action (e.g., android.intent.action.VIEW)
datastringNoIntent data URI (e.g., https://example.com)
componentstringNoTarget component (e.g., com.example/.MainActivity)
extrasobjectNoString extras as key-value pairs
flagsstring[]NoIntent flags (e.g., ['0x10000000'])
deviceIdstringNoTarget device serial

Open https://example.com on my device

Send intent with action android.settings.SETTINGS

Send intent VIEW with data tel:+1234567890

Send intent with extras key1=value1 to com.example.myapp