android.content.SharedPreferences.Editor. Interface used for modifying values in a SharedPreferences object . All changes you make in an editor are batched, and not copied back to the original SharedPreferences until you call commit() or apply()
Read more