get_all_packages
List all packages installed on a connected Android device, with optional filters to show only user-installed or system-installed apps.
Instructions
Returns a list of all packages on the connected Android device, with optional filters for user-installed or system-installed packages. Accepts user_installed_only and system_installed_only as optional boolean parameters to filter the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_installed_only | No | ||
| system_installed_only | No |