Send Broadcast
Overview
Section titled “Overview”Send a broadcast intent to trigger broadcast receivers on the device.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
action | string | Yes | — | Broadcast action (e.g., com.example.MY_ACTION) |
component | string | No | — | Target component for explicit broadcast |
extras | object | No | — | String extras as key-value pairs |
deviceId | string | No | — | Target device serial |
Examples
Section titled “Examples”Send broadcast com.example.REFRESH on my device
Send broadcast com.example.CONFIG_UPDATE with extras version=2
Send broadcast com.example.NOTIFY to component com.example.myapp/.MyReceiver
Related Tools
Section titled “Related Tools”- Send Intent — Start activities
- Test Deep Link — Test URI-based navigation