List Installed Packages
adb_list_packagesList installed packages on an Android device, filterable by keyword and package type (user, system, or all).
Instructions
List installed packages, filterable by keyword and type (user/system/all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Keyword to filter package names | |
| type | No | Package type filter | user |
| limit | No | Maximum results | |
| response_format | No | Output format | markdown |