FileDocCategorySizeDatePackage
PackageInfo.javaAPI DocAndroid 5.1 API2002Sat Mar 14 14:09:38 GMT 2015android.content.pm

PackageInfo

public class PackageInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
INSTALL_LOCATION_AUTO
public static final int
INSTALL_LOCATION_INTERNAL_ONLY
public static final int
INSTALL_LOCATION_PREFER_EXTERNAL
public static final int
REQUESTED_PERMISSION_GRANTED
public static final int
REQUESTED_PERMISSION_REQUIRED
public android.content.pm.ActivityInfo[]
activities
public android.content.pm.ApplicationInfo
applicationInfo
public int
baseRevisionCode
public android.content.pm.ConfigurationInfo[]
configPreferences
public android.content.pm.FeatureGroupInfo[]
featureGroups
public long
firstInstallTime
public int[]
gids
public int
installLocation
public android.content.pm.InstrumentationInfo[]
instrumentation
public long
lastUpdateTime
public String
packageName
public android.content.pm.PermissionInfo[]
permissions
public android.content.pm.ProviderInfo[]
providers
public android.content.pm.ActivityInfo[]
receivers
public android.content.pm.FeatureInfo[]
reqFeatures
public String[]
requestedPermissions
public int[]
requestedPermissionsFlags
public android.content.pm.ServiceInfo[]
services
public String
sharedUserId
public int
sharedUserLabel
public android.content.pm.Signature[]
signatures
public String[]
splitNames
public int[]
splitRevisionCodes
public int
versionCode
public String
versionName
Constructors Summary
public PackageInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int parcelableFlags)

 throw new RuntimeException("Stub!");