List Apps
list_appsRetrieve a list of all installed applications on a mobile device, with options to include system apps. Each entry provides package name, display name, version, and system app status.
Instructions
List all installed applications on the device. By default only user-installed (non-system) apps are returned. Set include_system to true to also include system apps. Each entry contains the package name, display name, version, and whether it is a system app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device serial ID | |
| include_system | No | Include system apps in the listing |