Dear all, I have a PreferenceActivity whose structure is described in a preferences.xml file: we know this leads to construct a GUI interface trough which you can change the value of our preferences
For testing purposes I have changed the value of one preference (android:key="my_value") from a class external to my PreferenceActivity, trough editor.putBoolean("my_value", value); now each time the PreferenceActivity is started, I have an exception. How can I reset "my_value" ? Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---