app_uninstall
Remove an Android app from a connected device by specifying its package name, freeing storage and decluttering the system.
Instructions
Uninstall an app from the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial number | |
| packageName | Yes | Package name to uninstall (e.g., 'com.example.app') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Uninstall result or error output from adb | |
| success | Yes | Whether the app was uninstalled |