Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WrBug/dumpDex
/ is_oreo
Function
is_oreo
app/src/main/cpp/util/deviceutils.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
bool is_oreo() {
32
return sdk_int == 27 || sdk_int == 26;
33
}
34
35
bool is_nougat() {
36
return sdk_int == 25 || sdk_int == 24;
Callers
3
get_open_function_flag
Function · 0.85
get_old_open_function_addr
Function · 0.85
get_new_open_function_addr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected