clear_app_data
Reset an Android app to its initial state by clearing cache, databases, and shared preferences for fresh testing on a specified device.
Instructions
Clear all data for an app (cache, databases, shared preferences)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | The app package name | |
| device_id | No | Target device ID. If omitted, uses the default device. |