adb_uninstall
Remove Android app packages from connected devices via ADB. Optionally preserve app data with the keep data flag.
Instructions
Uninstall a package from the device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name (e.g., 'com.example.app') | |
| device | No | Device serial | |
| keepData | No | Keep app data and cache (-k flag) |