MCPcopy Create free account
hub / github.com/M66B/FairEmail / isPlayStoreInstall

Method isPlayStoreInstall

app/src/main/java/eu/faircode/email/Helper.java:678–680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676 }
677
678 static boolean isPlayStoreInstall() {
679 return BuildConfig.PLAY_STORE_RELEASE;
680 }
681
682 static boolean isAmazonInstall() {
683 return BuildConfig.AMAZON_RELEASE;

Callers 15

onCreateMethod · 0.95
onStartCommandMethod · 0.95
notificationMethod · 0.95
startMethod · 0.95
connectMethod · 0.95
onCreateMethod · 0.95
onStartCommandMethod · 0.95
getSwipeActionsMethod · 0.95
getNotificationUnseenMethod · 0.95
onCreateViewMethod · 0.95
getMovementFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected