Sorry, yes EditTextPreference is what I was thinking. That and ListPreference is what was hanging me up.
I ended up doing as you and others have mentioned and stored the values as strings. > Can you point to where you saw that? The doc for Preferences says: > "It is up to the subclass to decide how to store the value." > > and, for example, CheckBoxPreference says: > "This preference will store a boolean into the SharedPreferences." -- 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

