Duong Duc Nguyen
Duong Duc Nguyen

Reputation: 25

Android SharedPreferences: Data accessible but shared_prefs folder missing

I'm using SharedPreferences in my Android application to store information. I can successfully read and retrieve data using SharedPreferences. However, when I access the /data/data/myapplication/* directory with root privileges, I can't find the shared_prefs folder. Here's what I've done so far:

  1. Implemented SharedPreferences in my app to store and retrieve data.
  2. Verified that the data is being saved and can be read within the app.
  3. Accessed the /data/data/myapplication/* directory using root privileges.
  4. Searched for the shared_prefs folder, but it's not there.

My questions are:

Any insights or suggestions would be greatly appreciated. Thanks in advance!

Upvotes: 0

Views: 33

Answers (0)

Related Questions