mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-22 15:47:58 +01: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