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
Helper bash function
function adb-pull-prefs { # ${1} - app package # ${2} - prefs name adb exec-out run-as ${1} cat /data/data/${1}/shared_prefs/${2}.xml }