Save and retrieve configs or preferences values of the User
val prefManager = PreferenceManager.getDefaultSharedPreferences(this) val prefs = prefManager.edit() prefs.putString(CONFIG_TIME_FORMAT, "AM/PM") prefs.apply()