Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onCreate
Method · 0.95
onStartCommand
Method · 0.95
notification
Method · 0.95
start
Method · 0.95
connect
Method · 0.95
onCreate
Method · 0.95
onStartCommand
Method · 0.95
getSwipeActions
Method · 0.95
createNotificationChannels
Method · 0.95
getNotificationUnseen
Method · 0.95
onCreateView
Method · 0.95
getMovementFlags
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected