Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WrBug/dumpDex
/ isOreo
Method
isOreo
app/src/main/java/com/wrbug/dumpdex/util/DeviceUtils.java:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
static
boolean isOreo() {
27
return
sdkInit == 26 || sdkInit == 27;
28
}
29
30
public
static
boolean isMarshmallow() {
31
return
sdkInit == 23;
Callers
2
handleLoadPackage
Method · 0.95
supportNativeHook
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected