clear_app_data
Clears all app data for a specified Android package, resetting the app to a clean state and removing cached files.
Instructions
Delete all data associated with a package (resets app to clean state, clears cache).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| packageName | Yes | Package name of the app (e.g. 'com.example.app') |