change_preference
Modify existing Android app preferences by updating their values. Use device ID, app package name, and filename to target specific settings during development.
Instructions
Changes the value of 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 | |
value | Yes | The value of user preference |