adb命令查看sharedpreferences

参考链接:stackoverflow

adb shell
run-as com.example.android //对应包名   

ls查看当前目录下的所有文件,找到shared_prefs

cd shared_prefs

ls 查看所有的 sharedpreferences 文件
cat 查看指定的SP
cat XXX.xml

步骤如图:
adb命令查看sharedpreferences_第1张图片

你可能感兴趣的:(adb,shell,sp)