open_app
Launch an installed app on an Android device by friendly name or package name. Returns a structured error if the app is not installed, with a hint to provide the exact package name.
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". | |
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||