Memory-Assistant icon indicating copy to clipboard operation
Memory-Assistant copied to clipboard

android.preference.PreferenceManager deprecated

Open maniksejwal opened this issue 5 years ago • 0 comments

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

maniksejwal avatar Aug 03 '19 08:08 maniksejwal