mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
MOD for Android 14 beta only
This commit is contained in:
@@ -857,6 +857,10 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 2168) {
|
||||
if (Helper.isGoogle())
|
||||
editor.putBoolean("mod", true);
|
||||
} else if (version < 2170) {
|
||||
if (Build.PRODUCT == null || !Build.PRODUCT.endsWith("_beta") ||
|
||||
Build.VERSION.SDK_INT < Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
|
||||
editor.putBoolean("mod", false);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user