Where in an Eclipse project might one encounter a shared preferences file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SharedPreferences are stored in an xml file in the app data folder, i.e.
or the default preferences at:
SharedPreferences added during runtime are not stored in the Eclipse project.
Note: Accessing
/data/data/<package_name>requires superuser privileges