delete_preference
Remove a specific user preference from an Android app using its key, device serial number, app package name, and filename for precise configuration management.
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 |