Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ isXiaomi
Method
isXiaomi
app/src/main/java/eu/faircode/email/Helper.java:1672–1674 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1670
}
1671
1672
static
boolean isXiaomi() {
1673
return
"Xiaomi"
.equalsIgnoreCase(Build.MANUFACTURER);
1674
}
1675
1676
static
boolean isZte() {
1677
return
"ZTE"
.equalsIgnoreCase(Build.MANUFACTURER);
Callers
6
notifyMessages
Method · 0.95
skipOption
Method · 0.95
onCreateView
Method · 0.95
isRedmiNote
Method · 0.95
isKilling
Method · 0.95
isAggressivelyKilling
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected