| Activities | IList<ActivityInfo>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestActivity tags included under <application>,
or null if there were none. |
| ApplicationInfo | ApplicationInfo. Information collected from the <application> tag, or null if
there was none. |
| ConfigPreferences | IList<ConfigurationInfo>. Application specified preferred configuration
NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestUsesConfiguration tags included under <manifest>,
or null if there were none. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
| FeatureGroups | IList<FeatureGroupInfo>. Groups of features that this application has requested. |
| FirstInstallTime | long. The time at which the app was first installed. |
| Gids | IList<int>. All kernel group-IDs that have been assigned to this package. |
| InstallLocation | PackageInstallLocation. The install location requested by the package. |
| Instrumentation | IList<InstrumentationInfo>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestInstrumentation tags included under <manifest>,
or null if there were none. |
| LastUpdateTime | long. The time at which the app was last updated. |
| PackageName | string. The name of this package. |
| Permissions | IList<PermissionInfo>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestPermission tags included under <manifest>,
or null if there were none. |
| Providers | IList<ProviderInfo>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestProvider tags included under <application>,
or null if there were none. |
| Receivers | IList<ActivityInfo>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestReceiver tags included under <application>,
or null if there were none. |
| ReqFeatures | IList<FeatureInfo>. Features that this application has requested. |
| RequestedPermissions | IList<string>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestUsesPermission tags included under <manifest>,
or null if there were none. |
| RequestedPermissionsFlags | IList<int>. Array of flags of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestUsesPermission tags included under <manifest>,
or null if there were none. |
| Services | IList<ServiceInfo>. Array of all NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestService tags included under <application>,
or null if there were none. |
| SharedUserId | string. The shared user ID name of this package, as specified by the <manifest>
tag's NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifest_sharedUserId
attribute. |
| SharedUserLabel | int. The shared user ID label of this package, as specified by the <manifest>
tag's NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifest_sharedUserLabel
attribute. |
| Signatures | IList<Signature>. Array of all signatures read from the package file. |
| SplitNames | IList<string>. The names of any installed split APKs for this package. |
| VersionCode | int. The version number of this package, as specified by the <manifest>
tag's NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifest_versionCode
attribute. |
| VersionName | string. The version name of this package, as specified by the <manifest>
tag's NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifest_versionName
attribute. |