共享preferences文件文件、preferences

2023-09-12 00:30:17 作者:我的英雄不见了

是否有人知道在哪里实际存储的共享preferences文件所在?

Does somebody knows where the file with the actual stored SharedPreferences is located?

推荐答案

是的,我知道了。

/data/data/com.your.package/shared_prefs/com.your.package_preferences.xml

所以,你在控制台运行路线:

So you get there by running in console:

# adb shell
# cd /data/data/com.your.package/shared_prefs/
# ls