MCPcopy 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
31bool is_oreo() {
32 return sdk_int == 27 || sdk_int == 26;
33}
34
35bool is_nougat() {
36 return sdk_int == 25 || sdk_int == 24;

Callers 3

get_open_function_flagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected