Flocon/docs/sharedpref.md
Raphael Teyssandier 2c42d582e2 feat: Pages
2025-11-27 19:33:22 +01:00

732 B
Raw Blame History

🗝 SharedPreferences Explorer & Editor (android only)

Screenshot 2025-09-12 at 15 41 04

Flocon provides complete access to your apps 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.