public static interface ApkSignerEngine.OutputJarSignatureRequest
Entries listed in getAdditionalJarEntries()
must be added to the output APK after
which done()
must be invoked.
Modifier and Type | Interface and Description |
---|---|
static class |
ApkSignerEngine.OutputJarSignatureRequest.JarEntry
JAR entry.
|
Modifier and Type | Method and Description |
---|---|
void |
done()
Indicates that the JAR entries contained in this request were added to the output APK.
|
List<ApkSignerEngine.OutputJarSignatureRequest.JarEntry> |
getAdditionalJarEntries()
Returns JAR entries that must be added to the output APK.
|
List<ApkSignerEngine.OutputJarSignatureRequest.JarEntry> getAdditionalJarEntries()
void done()
Copyright © 2016. All rights reserved.