open_app
Launch an installed Android app using its friendly name or exact package name. Returns a structured error if the app is not installed.
Instructions
Launch an installed app by friendly name or package name.
Unknown/not-installed apps return a structured APP_NOT_INSTALLED error (with a hint to pass the exact package name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | ADB serial; omit with a single connected device. | |
| app_name | Yes | e.g. "设置", "settings", "browser", or "com.android.settings". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||