Launch App [Pro]
launch_appLaunch an installed app on a connected Android device using its package name. Specify the device serial ID and package name; the app starts with its default main activity. Use list_apps to find the package name.
Instructions
[Pro] Launch an installed application by its package name (e.g. 'com.android.chrome'). The app will be started with its default/main activity. Use list_apps to discover available package names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| package_name | Yes | Android package name (e.g. 'com.android.chrome') |