Android.Content.PM.ApplicationInfo: Property Members

The properties of Android.Content.PM.ApplicationInfo are listed below. For a list of all members, see the ApplicationInfo Members list.

See Also: Inherited members from Android.Content.PM.PackageItemInfo

Public Properties

BackupAgentNamestring. Class implementing the Application's backup functionality.
ClassNamestring. Class implementing the Application object.
CompatibleWidthLimitDpint. The maximum smallest screen width the application is designed for.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
DataDirstring. Full path to a directory assigned to the package for its persistent data.
DescriptionResint. A style resource identifier (in the package's resources) of the description of an application.
Enabledbool. When false, indicates that all components within this application are considered disabled, regardless of their individually set enabled status.
FlagsApplicationInfoFlags. Flags associated with the application.
LargestWidthLimitDpint. The maximum smallest screen width the application will work on.
ManageSpaceActivityNamestring. Class implementing the Application's manage space functionality.
NativeLibraryDirstring. Full path to the directory where native JNI libraries are stored.
Permissionstring. Optional name of a permission required to be able to access this application's components.
ProcessNamestring. The name of the process this application should run in.
PublicSourceDirstring. Full path to the publicly available parts of ApplicationInfo.SourceDir, including resources and manifest.
RequiresSmallestWidthDpint. The required smallest screen width the application can run on.
SharedLibraryFilesIList<string>. Paths to all shared libraries this application is linked against.
SourceDirstring. Full path to the base APK for this application.
SplitPublicSourceDirsIList<string>. Full path to the publicly available parts of ApplicationInfo.SplitSourceDirs, including resources and manifest.
SplitSourceDirsIList<string>. Full paths to zero or more split APKs that, when combined with the base APK defined in ApplicationInfo.SourceDir, form a complete application.
TargetSdkVersionAndroid.OS.BuildVersionCodes. The minimum SDK version this application targets.
TaskAffinitystring. Default task affinity of all activities in this application.
Themeint. A style resource identifier (in the package's resources) of the default visual theme of the application.
Uidint. The kernel user-ID that has been assigned to this application; currently this is not a unique ID (multiple applications can have the same uid).
UiOptionsUiOptions. The default extra UI options for activities in this application.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.