Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ isVivo
Method
isVivo
app/src/main/java/eu/faircode/email/Helper.java:1710–1712 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1708
}
1709
1710
static
boolean isVivo() {
1711
return
"vivo"
.equalsIgnoreCase(Build.MANUFACTURER);
1712
}
1713
1714
static
boolean isRealme() {
1715
return
"realme"
.equalsIgnoreCase(Build.MANUFACTURER);
Callers
1
isKilling
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected