Noelkman Member Licensed User Longtime User Oct 17, 2018 #1 Hi, does anyone know where the keyvalues from the PrefenceManager are stored? Are they encrypted?
Erel B4X founder Staff member Licensed User Longtime User Oct 17, 2018 #2 Try this: B4X: Log(File.ListFiles(File.Combine(File.DirInternal, "shared_prefs"))) Note that it will throw an error if there is no such folder. Upvote 0
Try this: B4X: Log(File.ListFiles(File.Combine(File.DirInternal, "shared_prefs"))) Note that it will throw an error if there is no such folder.