Launch App
android_launch_appLaunch an Android app by specifying its package name. Retrieve package names via the list apps tool.
Instructions
Launch an app by package name. Use android_list_apps to find package names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). | |
| packageName | Yes | Package name, e.g. 'com.android.settings' |