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