Uninstall App
android_uninstall_appUninstall an Android app by providing its package name. Removes the specified app from a connected device.
Instructions
Uninstall an app from the device by package name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). | |
| packageName | Yes | Package name of the app to uninstall |