Package | Description |
---|---|
com.android.apksig.apk |
Modifier and Type | Class and Description |
---|---|
class |
CodenameMinSdkVersionException
Indicates that there was an issue determining the minimum Android platform version supported by
an APK because the version is specified as a codename rather than as API Level number.
|
Modifier and Type | Method and Description |
---|---|
static int |
ApkUtils.getMinSdkVersionFromBinaryAndroidManifest(ByteBuffer androidManifestContents)
Returns the lowest Android platform version (API Level) supported by an APK with the
provided
AndroidManifest.xml . |
Copyright © 2016. All rights reserved.