public interface ManifestAttributeSupplier
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getExtractNativeLibs()
Returns value of the
extractNativeLibs attribute of the application tag, if
present. |
java.lang.Boolean |
getFunctionalTest()
Returns the functionalTest from the instrumentation tag in the manifest file.
|
java.lang.Boolean |
getHandleProfiling()
Returns the handleProfiling from the instrumentation tag in the manifest file.
|
java.lang.String |
getInstrumentationRunner()
Returns the instrumentation runner from the instrumentation tag in the manifest file.
|
java.lang.Object |
getMinSdkVersion()
Returns the minSdkVersion from the manifest file.
|
java.lang.String |
getPackage()
Returns the package name from the manifest file.
|
java.lang.String |
getSplit()
Returns the split name from the manifest file.
|
java.lang.String |
getTargetPackage()
Returns the targetPackage from the instrumentation tag in the manifest file.
|
java.lang.Object |
getTargetSdkVersion()
Returns the targetSdkVersion from the manifest file.
|
java.lang.String |
getTestLabel()
Returns the testLabel from the instrumentation tag in the manifest file.
|
java.lang.Boolean |
getUseEmbeddedDex()
Returns value of the
useEmbeddedDex attribute of the application tag, if
present. |
int |
getVersionCode()
Returns the version code from the manifest file.
|
java.lang.String |
getVersionName()
Returns the version name from the manifest file.
|
@Nullable java.lang.String getPackage()
@Nullable java.lang.String getSplit()
java.lang.Object getMinSdkVersion()
java.lang.Object getTargetSdkVersion()
@Nullable java.lang.String getVersionName()
int getVersionCode()
@Nullable java.lang.String getInstrumentationRunner()
null if there is none specified.@Nullable java.lang.String getTargetPackage()
null if there is none specified.@Nullable java.lang.Boolean getFunctionalTest()
null if there is none specified.@Nullable java.lang.Boolean getHandleProfiling()
null if there is none specified.@Nullable java.lang.String getTestLabel()
null if there is none specified.@Nullable java.lang.Boolean getExtractNativeLibs()
extractNativeLibs attribute of the application tag, if
present.@Nullable java.lang.Boolean getUseEmbeddedDex()
useEmbeddedDex attribute of the application tag, if
present.