Broadcast Intent
Sends a broadcast intent to another app, with a custom action and extras.
An action in the Apps & Intents group.
Its type is action.broadcast_intent.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
action |
Action | data in | String |
packageName |
App (optional) | data in | String |
dataUri |
Data URI (optional) | data in | String |
mimeType |
MIME type (optional) | data in | String |
category |
Category (optional) | data in | String |
extras |
Extras | data in | String |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Action | action |
— | — |
| App (optional) | packageName |
— | chosen from APP_FILTER |
| Data URI (optional) | dataUri |
— | — |
| MIME type (optional) | mimeType |
— | — |
| Category (optional) | category |
— | — |
| Extras | extras |
— | one key=value per line, count:int=5 to type one |