launch_intent
Launch Android intents to open URLs, settings, or share content. Enables full intent control beyond basic app launch.
Instructions
Launch a full Android intent. More powerful than launch_app(). Examples: Open a URL: action="android.intent.action.VIEW" data="https://google.com" Open Settings: package="com.android.settings" Share text: action="android.intent.action.SEND" extras='{"android.intent.extra.TEXT": "hello"}'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| action | No | ||
| device | Yes | ||
| extras | No | {} | |
| package | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |