mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Prepare Amzon store release
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user