delete_preference
Remove specific user preferences in Android apps by specifying the preference name, device ID, app package name, and filename. Streamlines app development and testing workflows.
Instructions
Delete an existing preference
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The application's package name. | |
deviceId | Yes | The device's serial number. | |
filename | Yes | The filename with or without the extension. | |
name | Yes | The name/key of the user preference |