Namespace SA.Android.Content.Pm
Classes
AM_ActivityInfo
Information you can retrieve about a particular application activity or receiver.
This corresponds to information collected from the AndroidManifest.xml
activity
and receiver
tags.
AN_ComponentInfo
Base class containing information common to all application components AM_ActivityInfo , AN_ServiceInfo. This class is not intended to be used by itself; it is simply here to share common definitions between all application components. As such, it does not itself implement Parcelable, but does provide convenience methods to assist in the implementation of Parcelable in subclasses.
AN_PackageInfo
Overall information about the contents of a package. This corresponds to all of the information collected from AndroidManifest.xml.
AN_PackageItemInfo
Base class containing information common to all package items held by the package manager. This provides a very common basic set of attributes: a label, icon, and meta-data. This class is not intended to be used by itself; it is simply here to share common definitions between all items returned by the package manager. As such, it does not itself implement Parcelable, but does provide convenience methods to assist in the implementation of Parcelable in subclasses.
AN_PackageManager
Class for retrieving various kinds of information related to the application packages that are currently installed on the device. You can find this class through GetPackageManager().
AN_ProviderInfo
Holds information about a specific content provider. This is returned by ResolveContentProvider().
AN_ResolveInfo
Information that is returned from resolving an intent against an IntentFilter.
This partially corresponds to information collected from the AndroidManifest.xml intent
tags.
AN_ServiceInfo
Information you can retrieve about a particular application service.
This corresponds to information collected from the AndroidManifest.xml service
tags.
Enums
AN_PackageManager.PermissionState
Enum depicting all possible states a permission can be in.