SharedPreferences file

Yes I know.

/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

Leave a Comment