typestring · requiredThe intent delivery type: 'activity', 'broadcast', or 'service'
Sends an Android intent. Supports starting activities, sending broadcasts, and starting services. Use for opening specific settings pages, triggering app-specific actions, or sending broadcasts.
typestring · requiredThe intent delivery type: 'activity', 'broadcast', or 'service'
actionstringThe intent action (e.g., 'android.intent.action.VIEW')
datastringData URI for the intent
componentstringTarget component as 'package/class'
extrasobjectKey-value extras with auto type inference
extras_typesobjectType overrides for extras keys
flagsarrayIntent flag names