any idea Where i can find "PrefName"
Asked
Active
Viewed 74 times
1 Answers
0
Simulator
Tools->Android->Android Device Monitor, you will see this:
SharePreferences file's path is:/data/data/your_package_name/shared_prefs/your_file_name.
Physical Device
It is same as Simulator
. You need root your device otherwise you have no permission to see these files in your file management.
I always see it on Simulator which Api is 21, higher will also have no permission. So I suggest you create a simulator(api is 21), it will provide convenience for you test.