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 the app is debugable you could do:
$ adb shell $ run-as $ cat /data/data//shared_prefs/prefs.xml
Note that the preference might be stored in another file so better check the directory to find it:
$ ls /data/data//shared_prefs/