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

Method getVersion

KittyMemoryEx/KittyUtils.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42#ifdef __ANDROID__
43 int Android::getVersion()
44 {
45 static int ver = 0;
46 if (ver > 0)
47 return ver;
48
49 ver = getSystemProperty<int>("ro.build.version.release", 0);
50 return ver;
51 }
52
53 int Android::getSDK()
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected