I haven't been able to reproduce that. But some of my app users complained that after upgrade to the latest version of the software, the app force closes because app stopped unexpected. It worked before. >From what they described, it feels like that when I try to use SharedPreferences.Editor.PutString and SharedPreferences.Editor.Commit, one of the call throws exception. Even I have try... catch(throwable) around them, I can't catch it.
Also, how could the SharedPreference file got corrupted to start with? If I ask the user to uninstall and install again, the app will work just fine. So, feels like the file got corrupted, and I can't access to it anymore. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

