MCPcopy
hub / github.com/razerdp/BasePopup / isMiui

Method isMiui

app/src/main/java/razerdp/demo/utils/OSUtil.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 public static boolean isMiui() {
36 return check(ROM_MIUI);
37 }
38
39 public static boolean isVivo() {
40 return check(ROM_VIVO);

Callers 1

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected