Build config fields for Play store releases

This commit is contained in:
M66B
2018-12-19 14:57:01 +01:00
parent a891f3f578
commit 9d7316e608
3 changed files with 7 additions and 2 deletions

View File

@@ -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 {