Android.Content.PM.ResolveInfo Members

The members of Android.Content.PM.ResolveInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

ActivityInfoActivityInfo. The activity or broadcast receiver that corresponds to this resolution match, if this resolution is for an activity or broadcast receiver.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
FilterAndroid.Content.IntentFilter. The IntentFilter that was matched for this ResolveInfo.
Iconint. A drawable resource identifier (in the package's resources) of this match's icon.
[read-only]
IconResourceint. Return the icon resource identifier to use for this match.
IsDefaultbool. This filter has specified the Intent.
LabelResint. A string resource identifier (in the package's resources) of this match's label.
MatchAndroid.Content.MatchResults. The system's evaluation of how well the activity matches the IntentFilter.
NonLocalizedLabelJava.Lang.ICharSequence. The actual string retrieve from labelRes or null if none was provided.
PreferredOrderint. Order of result according to the user's preference.
Priorityint. The declared priority of this match.
ProviderInfoProviderInfo. The provider that corresponds to this resolution match, if this resolution is for a provider.
ResolvePackageNamestring. 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.
ServiceInfoServiceInfo. The service that corresponds to this resolution match, if this resolution is for a service.
SpecificIndexint. 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,

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Dump(Android.Util.IPrinter, string)
LoadIcon(PackageManager) : Android.Graphics.Drawables.Drawable
Retrieve the current graphical icon associated with this resolution.
LoadLabel(PackageManager) : string
Documentation for this section has not yet been entered.
LoadLabelFormatted(PackageManager) : Java.Lang.ICharSequence
Retrieve the current textual label associated with this resolution.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.