Made classification an experimental feature

This commit is contained in:
M66B
2021-01-03 12:00:31 +01:00
parent 9d709ccb69
commit c47c8411f2
3 changed files with 28 additions and 2 deletions

View File

@@ -391,6 +391,10 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
editor.remove("print_html_confirmed");
else if (version < 1413)
editor.remove("experiments");
else if (version < 1439) {
if (BuildConfig.PLAY_STORE_RELEASE)
editor.remove("experiments");
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");