android - I forgot the name of my SharedPreferences file. -


i forgot name of sharedpreferences file created while back. tablet not rooted. there way view / list sharedpreferences files ever created? if not, seems have block of memory out there can never access again.

  1. i have tried adb shell >> navigate package >> ls approach. not rooted receive response: "opendir failed, permission denied"

  2. i have looked around in project directory inside of eclipse, cannot find names of files sharedpreferences file.

  3. i have hooked tablet pc via usb , searched around file explorer within windows, android > data > not list project.

what to? how can find out of names of past sharedpreferences files created?

install application on android emulator , use ddms file explorer find out :)


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -