Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/razerdp/BasePopup
/ isEmui
Method
isEmui
app/src/main/java/razerdp/demo/utils/OSUtil.java:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
private
static
String sVersion;
30
31
public
static
boolean isEmui() {
32
return
check(ROM_EMUI);
33
}
34
35
public
static
boolean isMiui() {
36
return
check(ROM_MIUI);
Callers
nothing calls this directly
Calls
1
check
Method · 0.95
Tested by
no test coverage detected