Fields Summary |
---|
public String | packageNameThe name of this package. From the <manifest> tag's "name"
attribute. |
public String[] | splitNamesNames of any split APKs, ordered by parsed splitName |
public int | versionCodeThe android:versionCode of the package. |
public int | baseRevisionCodeRevision code of base APK |
public int[] | splitRevisionCodesRevision codes of any split APKs, ordered by parsed splitName |
public boolean | multiArchThe android:multiArch flag from the package manifest. If set,
we will extract all native libraries for the given app, not just those
from the preferred ABI. |
public int | recommendedInstallLocationSpecifies the recommended install location. Can be one of
{@link #PackageHelper.RECOMMEND_INSTALL_INTERNAL} to install on internal storage
{@link #PackageHelper.RECOMMEND_INSTALL_EXTERNAL} to install on external media
{@link PackageHelper.RECOMMEND_FAILED_INSUFFICIENT_STORAGE} for storage errors
{@link PackageHelper.RECOMMEND_FAILED_INVALID_APK} for parse errors. |
public int | installLocation |
public VerifierInfo[] | verifiers |
public static final Parcelable.Creator | CREATOR |