app_list
List installed apps on a connected Android device, filtering by name or restricting results to system or third-party packages, to identify the correct package name needed for launching applications.
Instructions
List installed packages on the device. Optionally filter by name or restrict to system/third-party apps. Use to find package names for app_start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter packages by name (partial match, case-insensitive) | |
| serial | No | Device serial number | |
| system | No | true = system apps only, false = third-party only, omit = all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of packages returned | |
| packages | Yes | Installed package names |