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

Method isOppo

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

Source from the content-addressed store, hash-verified

41 }
42
43 public static boolean isOppo() {
44 return check(ROM_OPPO);
45 }
46
47 public static boolean isFlyme() {
48 return check(ROM_FLYME);

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected