Memory-Assistant
Memory-Assistant copied to clipboard
android.preference.PreferenceManager deprecated
https://developer.android.com/reference/android/preference/PreferenceManager
android.preference.PreferenceManager
has been deprecated in API level 29 and replaced by androidx.preference
.
Change the way shared preferences are read and written.
All references to 'android.preference.PreferenceManager' have been replaced by 'androidx.preference' except in the settings screen. The 'TimePickerDialoguePreference' will have to be reimplemented