How can I view the shared preferences file using Android Studio?

前端 未结 14 1067
甜味超标
甜味超标 2020-11-27 11:33

I\'m using shared preferences to store certain values for my app. I would like to see the file where the info is actually stored on my phone. I found many ways to do this on

14条回答
  •  醉酒成梦
    2020-11-27 12:28

    To open shared preference in android studio

    Open device explorer file from right side- data>data> >shared_prefs

    find the attached image for more description

提交回复
热议问题