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

Method isOppo

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

Source from the content-addressed store, hash-verified

1704 }
1705
1706 static boolean isOppo() {
1707 return "OPPO".equalsIgnoreCase(Build.MANUFACTURER);
1708 }
1709
1710 static boolean isVivo() {
1711 return "vivo".equalsIgnoreCase(Build.MANUFACTURER);

Callers 2

isKillingMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected