Reputation: 1
any idea Where i can find "PrefName"
Upvotes: -1
Views: 82
Reputation: 4358
Tools->Android->Android Device Monitor, you will see this:
SharePreferences file's path is:/data/data/your_package_name/shared_prefs/your_file_name.
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.
Upvotes: 0