adb_uninstall_app
Remove specific Android apps from devices by specifying the package name using Android Debug Bridge functionality. Manage app installations remotely with optional device ID targeting.
Instructions
Uninstall an app from the device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | Device ID (optional) | |
packageName | Yes | Package name of the app to uninstall |