Now that we can Examining sqlite3 Databases from a Remote Shell, is it possible to examine SharedPreferences from adb shell? Since it would be much more convenient to examine an
If you are using shared_preferences for Flutter, the file is /data/data/your.app.package.name/shared_prefs/FlutterSharedPreferences.xml
. Note that if you edit the file, you must restart your app for your changes to be visible to your app. Doing a hot reload/hot restart doesn't expose your manual changes to your app.