Unsupported HWBAH2

This commit is contained in:
M66B
2022-08-08 22:37:13 +02:00
parent 0215489273
commit e7b656eff3
3 changed files with 43 additions and 1 deletions

View File

@@ -643,7 +643,8 @@ public class ApplicationEx extends Application
editor.putBoolean("use_top", !prefs.getBoolean("disable_top", false));
editor.remove("disable_top");
}
}
} else if (version < 1947)
editor.putBoolean("accept_unsupported", true);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");