The members of Android.Content.PM.ResolveInfo are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ActivityInfo | ActivityInfo. The activity or broadcast receiver that corresponds to this resolution match, if this resolution is for an activity or broadcast receiver. | |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
Filter | Android.Content.IntentFilter. The IntentFilter that was matched for this ResolveInfo. | |
Icon | int. A drawable resource identifier (in the package's resources) of this match's icon. | |
[read-only] | IconResource | int. Return the icon resource identifier to use for this match. |
IsDefault | bool. This filter has specified the Intent. | |
LabelRes | int. A string resource identifier (in the package's resources) of this match's label. | |
Match | Android.Content.MatchResults. The system's evaluation of how well the activity matches the IntentFilter. | |
NonLocalizedLabel | Java.Lang.ICharSequence. The actual string retrieve from labelRes or null if none was provided. | |
PreferredOrder | int. Order of result according to the user's preference. | |
Priority | int. The declared priority of this match. | |
ProviderInfo | ProviderInfo. The provider that corresponds to this resolution match, if this resolution is for a provider. | |
ResolvePackageName | string. Optional -- if non-null, the ResolveInfo.LabelRes and ResolveInfo.Icon resources will be loaded from this package, rather than the one containing the resolved component. | |
ServiceInfo | ServiceInfo. The service that corresponds to this resolution match, if this resolution is for a service. | |
SpecificIndex | int. Only set when returned by PackageManager.QueryIntentActivityOptions(Android.Content.ComponentName, Android.Content.Intent[], Android.Content.Intent[], Android.Content.Intent[]), this tells you which of the given specific intents this result came from. 0 is the first in the list, |
[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. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
Dump(Android.Util.IPrinter, string) | ||
LoadIcon(PackageManager)Retrieve the current graphical icon associated with this resolution. | ||
LoadLabel(PackageManager)Documentation for this section has not yet been entered. | ||
LoadLabelFormatted(PackageManager)Retrieve the current textual label associated with this resolution. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |