Skip to content

Commit

Permalink
Announced XSharedPreferences as deprecated on Android Pie or above
Browse files Browse the repository at this point in the history
  • Loading branch information
MlgmXyysd committed Apr 4, 2020
1 parent f1d8303 commit 1979856
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
* This class is basically the same as SharedPreferencesImpl from AOSP, but
* read-only and without listeners support. Instead, it is made to be
* compatible with all ROMs.
*
* @deprecated in Android Pie or later was lost by Google, will not remove
*/
public final class XSharedPreferences implements SharedPreferences {
private static final String TAG = "XSharedPreferences";
Expand Down

0 comments on commit 1979856

Please sign in to comment.