ResolveInfo.ActivityInfo Property

Definition

The activity or broadcast receiver that corresponds to this resolution match, if this resolution is for an activity or broadcast receiver.

[Android.Runtime.Register("activityInfo")]
public Android.Content.PM.ActivityInfo? ActivityInfo { get; set; }
[<Android.Runtime.Register("activityInfo")>]
member this.ActivityInfo : Android.Content.PM.ActivityInfo with get, set

Property Value

Attributes

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 #activityInfo, #serviceInfo, or #providerInfo will be non-null.

Java documentation for android.content.pm.ResolveInfo.activityInfo.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to