Wipe app data (DESTRUCTIVE)
devilge_clear_app_dataClears all app data including caches, databases, and preferences to reset an app to fresh install state on next launch. Intended for development emulators only.
Instructions
Runs pm clear <pkg> — wipes all app data including caches, databases, SharedPreferences, tokens. The app behaves like a fresh install on next launch. DESTRUCTIVE. Recommended only on dev emulators or wiped test devices, never on personal devices with logged-in apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial. Defaults to DEVILGE_DEFAULT_DEVICE_SERIAL or the only attached device. | |
| packageName | Yes | App applicationId whose data will be wiped. |