launch_app
Launch an Android app by package name, optionally targeting a specific activity component. Directly open apps on ADB-connected devices.
Instructions
Launch an app by package name, optionally using a specific Android activity component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity | No | Optional full component, for example com.example.tv/.MainActivity | |
| package_name | Yes | Android package, for example com.example.tv | |
| device_serial | No | ADB serial such as emulator-5554, a USB serial, or host:port. If omitted, the active device is used; a sole ready device is selected automatically. |