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

Method isWiko

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

Source from the content-addressed store, hash-verified

1696 }
1697
1698 static boolean isWiko() {
1699 return "WIKO".equalsIgnoreCase(Build.MANUFACTURER);
1700 }
1701
1702 static boolean isLenovo() {
1703 return "LENOVO".equalsIgnoreCase(Build.MANUFACTURER);

Callers 1

isKillingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected