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