mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-17 17:49:54 +00:00
14 lines
No EOL
732 B
Markdown
14 lines
No EOL
732 B
Markdown
### 🗝 SharedPreferences Explorer & Editor (android only)
|
||
|
||
<img width="1295" height="836" alt="Screenshot 2025-09-12 at 15 41 04" src="https://github.com/user-attachments/assets/03c3278b-dc2f-4943-ba17-b18030e204ea" />
|
||
|
||
Flocon provides complete access to your app’s **SharedPreferences**, which often store user tokens, feature flags, configuration options, and more.
|
||
|
||
Key capabilities include:
|
||
|
||
- Browsing all preference files
|
||
- Viewing and filtering key-value pairs
|
||
- Inspecting primitive values and JSON structures
|
||
- **Editing values on the fly** from the desktop UI
|
||
|
||
This is an extremely powerful way to test different user scenarios or simulate app states, without needing to rebuild the app or manually trigger edge cases. |