Announced XSharedPreferences as deprecated on Android Pie or above

This commit is contained in:
Jim Wu 2020-04-04 11:54:33 +08:00
parent f1d8303978
commit 1979856752
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ import de.robv.android.xposed.services.FileResult;
* 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";