uninstall_app
Uninstall an Android app by package name, optionally preserving its data and cache directories.
Instructions
Uninstall an Android application by package name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep_data | No | Keep the application's data and cache directories after uninstalling | |
| package_name | Yes | Android package to uninstall, for example com.example.tv | |
| device_serial | No | ADB serial such as emulator-5554, a USB serial, or host:port. If omitted, the active device is used; a sole ready device is selected automatically. |