clear_app_data
Remove app data for a specified Android app on the connected device by providing the package name, ensuring a clean state for testing or troubleshooting.
Instructions
Clear app data for a specific app on the connected Android device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"package_name": {
"title": "Package Name",
"type": "string"
}
},
"required": [
"package_name"
],
"title": "clear_app_dataArguments",
"type": "object"
}