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