mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Build config fields for Play store releases
This commit is contained in:
@@ -427,6 +427,8 @@ public class Helper {
|
||||
}
|
||||
|
||||
static boolean isPlayStoreInstall(Context context) {
|
||||
if (BuildConfig.PLAY_STORE_RELEASE)
|
||||
return true;
|
||||
if (false && BuildConfig.DEBUG)
|
||||
return true;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user