Announced XSharedPreferences as deprecated on Android Pie or above
This commit is contained in:
parent
f1d8303978
commit
1979856752
|
|
@ -24,6 +24,8 @@ import de.robv.android.xposed.services.FileResult;
|
||||||
* This class is basically the same as SharedPreferencesImpl from AOSP, but
|
* This class is basically the same as SharedPreferencesImpl from AOSP, but
|
||||||
* read-only and without listeners support. Instead, it is made to be
|
* read-only and without listeners support. Instead, it is made to be
|
||||||
* compatible with all ROMs.
|
* compatible with all ROMs.
|
||||||
|
*
|
||||||
|
* @deprecated in Android Pie or later was lost by Google, will not remove
|
||||||
*/
|
*/
|
||||||
public final class XSharedPreferences implements SharedPreferences {
|
public final class XSharedPreferences implements SharedPreferences {
|
||||||
private static final String TAG = "XSharedPreferences";
|
private static final String TAG = "XSharedPreferences";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue