android.content.pm
Class ApplicationInfo
java.lang.Object
android.content.pm.PackageItemInfo
android.content.pm.ApplicationInfo
- All Implemented Interfaces:
- Parcelable
public class ApplicationInfo
- extends PackageItemInfo
- implements Parcelable
taskAffinity
public String taskAffinity
permission
public String permission
processName
public String processName
className
public String className
descriptionRes
public int descriptionRes
theme
public int theme
manageSpaceActivityName
public String manageSpaceActivityName
backupAgentName
public String backupAgentName
uiOptions
public int uiOptions
FLAG_SYSTEM
public static final int FLAG_SYSTEM
- See Also:
- Constant Field Values
FLAG_DEBUGGABLE
public static final int FLAG_DEBUGGABLE
- See Also:
- Constant Field Values
FLAG_HAS_CODE
public static final int FLAG_HAS_CODE
- See Also:
- Constant Field Values
FLAG_PERSISTENT
public static final int FLAG_PERSISTENT
- See Also:
- Constant Field Values
FLAG_FACTORY_TEST
public static final int FLAG_FACTORY_TEST
- See Also:
- Constant Field Values
FLAG_ALLOW_TASK_REPARENTING
public static final int FLAG_ALLOW_TASK_REPARENTING
- See Also:
- Constant Field Values
FLAG_ALLOW_CLEAR_USER_DATA
public static final int FLAG_ALLOW_CLEAR_USER_DATA
- See Also:
- Constant Field Values
FLAG_UPDATED_SYSTEM_APP
public static final int FLAG_UPDATED_SYSTEM_APP
- See Also:
- Constant Field Values
FLAG_TEST_ONLY
public static final int FLAG_TEST_ONLY
- See Also:
- Constant Field Values
FLAG_SUPPORTS_SMALL_SCREENS
public static final int FLAG_SUPPORTS_SMALL_SCREENS
- See Also:
- Constant Field Values
FLAG_SUPPORTS_NORMAL_SCREENS
public static final int FLAG_SUPPORTS_NORMAL_SCREENS
- See Also:
- Constant Field Values
FLAG_SUPPORTS_LARGE_SCREENS
public static final int FLAG_SUPPORTS_LARGE_SCREENS
- See Also:
- Constant Field Values
FLAG_RESIZEABLE_FOR_SCREENS
public static final int FLAG_RESIZEABLE_FOR_SCREENS
- See Also:
- Constant Field Values
FLAG_SUPPORTS_SCREEN_DENSITIES
public static final int FLAG_SUPPORTS_SCREEN_DENSITIES
- See Also:
- Constant Field Values
FLAG_VM_SAFE_MODE
public static final int FLAG_VM_SAFE_MODE
- See Also:
- Constant Field Values
FLAG_ALLOW_BACKUP
public static final int FLAG_ALLOW_BACKUP
- See Also:
- Constant Field Values
FLAG_KILL_AFTER_RESTORE
public static final int FLAG_KILL_AFTER_RESTORE
- See Also:
- Constant Field Values
FLAG_RESTORE_ANY_VERSION
public static final int FLAG_RESTORE_ANY_VERSION
- See Also:
- Constant Field Values
FLAG_EXTERNAL_STORAGE
public static final int FLAG_EXTERNAL_STORAGE
- See Also:
- Constant Field Values
FLAG_SUPPORTS_XLARGE_SCREENS
public static final int FLAG_SUPPORTS_XLARGE_SCREENS
- See Also:
- Constant Field Values
FLAG_LARGE_HEAP
public static final int FLAG_LARGE_HEAP
- See Also:
- Constant Field Values
FLAG_STOPPED
public static final int FLAG_STOPPED
- See Also:
- Constant Field Values
flags
public int flags
requiresSmallestWidthDp
public int requiresSmallestWidthDp
compatibleWidthLimitDp
public int compatibleWidthLimitDp
largestWidthLimitDp
public int largestWidthLimitDp
sourceDir
public String sourceDir
publicSourceDir
public String publicSourceDir
sharedLibraryFiles
public String[] sharedLibraryFiles
dataDir
public String dataDir
nativeLibraryDir
public String nativeLibraryDir
uid
public int uid
targetSdkVersion
public int targetSdkVersion
enabled
public boolean enabled
CREATOR
public static final Parcelable.Creator<ApplicationInfo> CREATOR
ApplicationInfo
public ApplicationInfo()
ApplicationInfo
public ApplicationInfo(ApplicationInfo orig)
dump
public void dump(Printer pw,
String prefix)
toString
public String toString()
- Overrides:
toString
in class Object
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int parcelableFlags)
- Specified by:
writeToParcel
in interface Parcelable
- Overrides:
writeToParcel
in class PackageItemInfo
loadDescription
public CharSequence loadDescription(PackageManager pm)
Copyright © 2008-2012. All Rights Reserved.