list_packages
Retrieve installed Android package names on a device. Filter by substring to confirm an app's installation and obtain its exact package name for app management actions.
Instructions
List installed package names, optionally filtered by substring — to confirm an app is installed and get its exact package name for launch_app/stop_app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Substring to filter package names. | |
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. |