Hi, I have cretaed an android application, using shared preferences method (key-value) to persist some data, in my case is password.
I can see the data is written inside the XML file, under shared_prefs folder, which is stored under data/data, whenever I run my application. However, tha data is gone (missing) after I reboot my hardware system. The xml file still there, but all the data that was written inside is gone. This problem is not happened if I use android SDK with emulator to run it. Am I missing some use permission or settings in my source code? I have been debugging this for few days but still no clue to solve it. Please advice. Thanks =)( -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
