martykan / forecastie

A simple, opensource weather app for Android.
Other
868 stars 335 forks source link

Fix warnings due to using deprecated APIs #586

Open robinpaulson opened 3 years ago

robinpaulson commented 3 years ago

Since upgrading to AndroidX/API29, we're getting many deprecation warnings, e.g.: warning: [deprecation] PreferenceManager in android.preference has been deprecated

None of these are critical, but the API in question will likely be removed in the future, breaking the app. It appears to be a simple fix.

https://stackoverflow.com/questions/56833657/preferencemanager-getdefaultsharedpreferences-deprecated-in-android-q