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

Method isXiaomi

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

Source from the content-addressed store, hash-verified

1670 }
1671
1672 static boolean isXiaomi() {
1673 return "Xiaomi".equalsIgnoreCase(Build.MANUFACTURER);
1674 }
1675
1676 static boolean isZte() {
1677 return "ZTE".equalsIgnoreCase(Build.MANUFACTURER);

Callers 6

notifyMessagesMethod · 0.95
skipOptionMethod · 0.95
onCreateViewMethod · 0.95
isRedmiNoteMethod · 0.95
isKillingMethod · 0.95
isAggressivelyKillingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected