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
BackupAgentName | string. Class implementing the Application's backup functionality. | |
ClassName | string. Class implementing the Application object. | |
CompatibleWidthLimitDp | int. The maximum smallest screen width the application is designed for. | |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
DataDir | string. Full path to a directory assigned to the package for its persistent data. | |
DescriptionRes | int. A style resource identifier (in the package's resources) of the description of an application. | |
Enabled | bool. When false, indicates that all components within this application are considered disabled, regardless of their individually set enabled status. | |
Flags | ApplicationInfoFlags. Flags associated with the application. | |
LargestWidthLimitDp | int. The maximum smallest screen width the application will work on. | |
ManageSpaceActivityName | string. Class implementing the Application's manage space functionality. | |
NativeLibraryDir | string. Full path to the directory where native JNI libraries are stored. | |
Permission | string. Optional name of a permission required to be able to access this application's components. | |
ProcessName | string. The name of the process this application should run in. | |
PublicSourceDir | string. Full path to the publicly available parts of ApplicationInfo.SourceDir, including resources and manifest. | |
RequiresSmallestWidthDp | int. The required smallest screen width the application can run on. | |
SharedLibraryFiles | IList<string>. Paths to all shared libraries this application is linked against. | |
SourceDir | string. Full path to the base APK for this application. | |
SplitPublicSourceDirs | IList<string>. Full path to the publicly available parts of ApplicationInfo.SplitSourceDirs, including resources and manifest. | |
SplitSourceDirs | IList<string>. Full paths to zero or more split APKs that, when combined with the base APK defined in ApplicationInfo.SourceDir, form a complete application. | |
TargetSdkVersion | Android.OS.BuildVersionCodes. The minimum SDK version this application targets. | |
TaskAffinity | string. Default task affinity of all activities in this application. | |
Theme | int. A style resource identifier (in the package's resources) of the default visual theme of the application. | |
Uid | int. 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). | |
UiOptions | UiOptions. The default extra UI options for activities in this application. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |