Prepare Amzon store release

This commit is contained in:
M66B
2021-06-28 16:39:55 +02:00
parent a103836942
commit 995ae058d1
6 changed files with 876 additions and 2 deletions

View File

@@ -471,6 +471,10 @@ public class Helper {
return BuildConfig.PLAY_STORE_RELEASE;
}
static boolean isAmazonInstall() {
return BuildConfig.AMAZON_RELEASE;
}
static boolean hasPlayStore(Context context) {
if (hasPlayStore == null)
try {