MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / getVersionCode

Method getVersionCode

tools/aapt/Bundle.h:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 const char* getMaxSdkVersion() const { return mMaxSdkVersion; }
171 void setMaxSdkVersion(const char* val) { mMaxSdkVersion = val; }
172 const char* getVersionCode() const { return mVersionCode; }
173 void setVersionCode(const char* val) { mVersionCode = val; }
174 const char* getVersionName() const { return mVersionName; }
175 void setVersionName(const char* val) { mVersionName = val; }

Callers 1

massageManifestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected