I was just checking out the developer docs and came across this http://developer.android.com/reference/android/preference/Preference.OnPreferenceChangeListener.html I have an idea I want to possibly use for this but one quick question if anyone knows. It says in the documentation "Called when a Preference has been changed by the user." Does this mean that it won't be called if I am changing the preference without user interaction in an PreferenceActivity but instead with Preference.edit().commit() ?
Thanks. Nathan -- 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

