Android Preference Editor
JSON →Edit Android preferences using adb and Node.js.
Install
npx
```json Tools · 7
- change_preference Changes the value of an existing preference
- delete_preference Delete an existing preference
- add_preference Adds a new preference given the name, value, and type
- read_preferences Reads all user preferences in a file
- devices Lists connected Android devices
- list_apps Lists apps installed on the device
- list_files Lists preference files for an app
★ 2 GitHub stars