How to set checkbox preference value? Without the use of Editor
For example i dont to use code like that
SharedPreferences.Editor geted = prefs.edit();
geted.putBoolean("checkBox_Schedule", true);
geted.commit();
because then in order to see the changes I have to restart the activity in order to refresh the UI.