Android.Content.PM Namespace
Contains classes for accessing information about an
application package, including information about its activities,
permissions, services, signatures, and providers.
Remarks
Contains classes for accessing information about an application package, including information about its activities, permissions, services, signatures, and providers.
Most of the information about an application package is defined by its manifest file. For more information, see the AndroidManifest.xml File documentation.
Classes
| Type | Reason |
|---|---|
| ActivityInfo | Information you can retrieve about a particular application activity or receiver. |
| ActivityInfo+InterfaceConsts | |
| ActivityInfoFlags | Enumerates values returned by several types. |
| ActivityPersistableMode | Enumerates values returned by several types. |
| ApplicationInfo | Information you can retrieve about a particular application. |
| DisplayNameComparator | |
| InterfaceConsts | |
| ApplicationInfoFlags | Enumerates values returned by several types and taken as a parameter of the ApplicationErrorReport.GetErrorReportReceiver member. |
| ComponentEnabledState | Enumerates values returned by several types and taken as a parameter of several types. |
| ComponentEnableOption | Enumerates values returned by the ComponentEnableOption.DontKillApp, ComponentEnableOption.None, and PackageManager.DontKillApp members and taken as a parameter of several types. |
| ComponentInfo | Base class containing information common to all application components (ActivityInfo, ServiceInfo). |
| ConfigChanges | Enumerates values returned by several types and taken as a parameter of the Configuration.NeedNewResources, and Configuration.NeedNewResources members. |
| ConfigurationInfo | Information you can retrieve about hardware configuration preferences declared by an application. |
| InterfaceConsts | |
| DocumentLaunchMode | Enumerates values returned by several types. |
| FeatureFlags | Enumerates values returned by several types. |
| FeatureGroupInfo | A set of features that can be requested by an application. |
| InterfaceConsts | |
| FeatureInfo | A single feature that can be requested by an application. |
| InterfaceConsts | |
| InputFeature | Enumerates values returned by several types. |
| InstrumentationInfo | Information you can retrieve about a particular piece of test instrumentation. |
| InterfaceConsts | |
| LabeledIntent | A special subclass of Intent that can have a custom label/icon associated with it. |
| LauncherActivityInfo | A representation of an activity that can belong to this user or a managed profile associated with this user. |
| LauncherApps | Class for retrieving a list of launchable activities for the current user and any associated managed profiles. |
| Callback | |
| LaunchMode | Enumerates values returned by several types. |
| PackageInfo | Overall information about the contents of a package. |
| InterfaceConsts | |
| PackageInfoFlags | Enumerates values returned by several methods of PackageInfoFlags and taken as a parameter of several types. |
| PackageInstaller | Offers the ability to install, upgrade, and remove applications on the device. |
| Session | |
| SessionCallback | |
| SessionInfo | |
| InterfaceConsts | |
| SessionParams | |
| InterfaceConsts | |
| PackageInstallLocation | Enumerates values returned by several types and taken as a parameter of the PackageInstaller+SessionParams.SetInstallLocation member. |
| PackageInstallMode | Enumerates values returned by the PackageInstallMode.FullInstall, and PackageInstallMode.InheritExisting members and taken as a parameter of the Android.Content.PM.PackageInstaller.SessionParams..ctor member. |
| PackageInstallStatus | Enumerates values returned by several methods of PackageInstallStatus. |
| PackageInstallVerification | Enumerates values returned by several types and taken as a parameter of several types. |
| PackageItemInfo | Base class containing information common to all package items held by the package manager. |
| DisplayNameComparator | |
| PackageManager | Class for retrieving various kinds of information related to the application packages that are currently installed on the device. |
| NameNotFoundException | This exception is thrown when a given package, application, or component name cannot be found. |
| PackageStats | implementation of PackageStats associated with a application package. |
| InterfaceConsts | |
| PathPermission | Description of permissions needed to access a particular path in a ProviderInfo. |
| Permission | Enumerates values returned by several types and taken as a parameter of several types. |
| PermissionGroupInfo | Information you can retrieve about a particular security permission group known to the system. |
| InterfaceConsts | |
| PermissionGroupInfoFlags | Enumerates values returned by several types. |
| PermissionInfo | Information you can retrieve about a particular security permission known to the system. |
| InterfaceConsts | |
| PermissionInfoFlags | Enumerates values returned by several types. |
| Protection | Enumerates values returned by several types. |
| ProviderInfo | Holds information about a specific ContentProvider. |
| InterfaceConsts | |
| ProviderInfoFlags | Enumerates values returned by several types. |
| RequestedPermission | Enumerates values returned by several types. |
| ResolveInfo | Information that is returned from resolving an intent against an IntentFilter. |
| DisplayNameComparator | |
| InterfaceConsts | |
| ScreenOrientation | Enumerates values returned by several types and taken as a parameter of the WebChromeClient.OnShowCustomView member. |
| ServiceInfo | Information you can retrieve about a particular application service. |
| InterfaceConsts | |
| ServiceInfoFlags | Enumerates values returned by several types. |
| Signature | Opaque, immutable representation of a signing certificate associated with an application package. |
| InterfaceConsts | |
| SignatureResult | Enumerates values returned by several types. |
| UiOptions | Enumerates values returned by several types and taken as a parameter of the Window.SetUiOptions, Window.SetUiOptions, and Window.SetUiOptions members. |

