I have a PreferenceActivity inflated from xml. One of the preferences
launches an intent which opens an activity that clears all the
preferences and resets them to the default values.

My problem is that when this "restore defaults" activity returns, and
I navigate to another preference screen with, say, a checkbox
preference, the previous preference values still appear on the screen.
If I exit the preference activity and then reopen it, the updated
preference values appear.

This seems like a refresh issue. Is there a way I can tell the
PreferenceActivity to refresh its values? (I made sure I am comitting
all my preference changes)

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to