mobile_list_apps
Retrieve a complete list of installed applications on Android devices with package names and app labels for device management and automation tasks.
Instructions
List all installed applications on the Android device.
Returns a JSON array with package names and application labels.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}