
Pref Editor (Android)
Connects to Android devices via ADB to read and modify app SharedPreferences and DataStore files using natural language commands.
2244 views4Local (stdio)
What it does
- List connected Android devices
- Browse installed apps and preference files
- Read all preferences from app files
- Add new preferences with specified types
- Modify existing preference values
- Delete unwanted preferences
Best for
Android developers debugging app preferencesQA engineers testing different app configurationsAutomating preference changes in CI/CD pipelines
Natural language commandsReal-time preference editingRequires ADB connection
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.
devices
Lists connected Android devices
list_apps
Lists apps installed on device