Update preference value without reloading PreferenceActivity
Sometimes you might need to update some preference values while you are in preference activity. But unfortunately if you update these values using preference manager while you are in PreferenceActivity, even after committing changes they do not reflect in preference elements. For example, you have a check box (CheckBoxPreference) to disable and reset value of …
Read more »