MCPcopy Create free account
hub / github.com/M66B/FairEmail / isHuawei

Method isHuawei

app/src/main/java/eu/faircode/email/Helper.java:1668–1670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1666 }
1667
1668 static boolean isHuawei() {
1669 return "HUAWEI".equalsIgnoreCase(Build.MANUFACTURER);
1670 }
1671
1672 static boolean isXiaomi() {
1673 return "Xiaomi".equalsIgnoreCase(Build.MANUFACTURER);

Callers 3

isKillingMethod · 0.95
isAggressivelyKillingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected