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

Method isLenovo

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

Source from the content-addressed store, hash-verified

1700 }
1701
1702 static boolean isLenovo() {
1703 return "LENOVO".equalsIgnoreCase(Build.MANUFACTURER);
1704 }
1705
1706 static boolean isOppo() {
1707 return "OPPO".equalsIgnoreCase(Build.MANUFACTURER);

Callers 1

isKillingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected