MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / getSDK

Method getSDK

KittyMemoryEx/KittyUtils.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 int Android::getSDK()
54 {
55 static int sdk = 0;
56 if (sdk > 0)
57 return sdk;
58
59 sdk = getSystemProperty<int>("ro.build.version.sdk", 0);
60 return sdk;
61 }
62
63 bool Android::is64BitSupported()
64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected