mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-11 06:33:29 +00:00
Disable experiments for Play store version
This commit is contained in:
parent
aec774320d
commit
96e5c7987d
1 changed files with 4 additions and 2 deletions
|
@ -415,8 +415,10 @@ public class ApplicationEx extends Application
|
|||
} else if (version < 1477) {
|
||||
if (!BuildConfig.DEBUG)
|
||||
editor.remove("experiments");
|
||||
} else if (version == 1492)
|
||||
editor.putBoolean("experiments", !BuildConfig.PLAY_STORE_RELEASE);
|
||||
} else if (version < 1524) {
|
||||
if (BuildConfig.PLAY_STORE_RELEASE)
|
||||
editor.remove("experiments");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
|
Loading…
Add table
Reference in a new issue