open_app
Launch an Android app directly by specifying its package name using ADB commands. Ideal for automation, testing, and device management without manual navigation.
Instructions
Open an app using its package name and activity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package_name | Yes | Full package name of the app (e.g., com.example.app) |