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

Method isVivo

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

Source from the content-addressed store, hash-verified

37 }
38
39 public static boolean isVivo() {
40 return check(ROM_VIVO);
41 }
42
43 public static boolean isOppo() {
44 return check(ROM_OPPO);

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected