Android.Content.PM.ResolveInfo.ActivityInfo Property
The activity or broadcast receiver that corresponds to this resolution match, if this resolution is for an activity or broadcast receiver.

Syntax

[Android.Runtime.Register("activityInfo")]
public ActivityInfo ActivityInfo { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The activity or broadcast receiver that corresponds to this resolution match, if this resolution is for an activity or broadcast receiver. Exactly one of ResolveInfo.ActivityInfo, ResolveInfo.ServiceInfo, or ResolveInfo.ProviderInfo will be non-null.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1