DroidMind

by hyperb1iss
Verified

list_packages

Retrieve a formatted list of installed packages on an Android device using its serial number. Optionally include system apps for comprehensive analysis.

Instructions

List installed packages on the device.

Args: serial: Device serial number include_system_apps: Whether to include system apps in the list

Returns: Formatted list of installed packages

Input Schema

NameRequiredDescriptionDefault
include_system_appsNo
serialYes

Input Schema (JSON Schema)

{ "properties": { "include_system_apps": { "default": false, "title": "Include System Apps", "type": "boolean" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial" ], "title": "list_packagesArguments", "type": "object" }
ID: p03zdsi6ol