adb_uninstall_app
Uninstall an Android app from a connected device using its package name. Optionally preserve app data and cache.
Instructions
Uninstall an app from the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | No | Target device ID (optional) | |
| keepData | No | Keep app data and cache | |
| packageName | Yes | Package name of the app (e.g., com.example.app) |