ResolveInfo.IsCrossProfileIntentForwarderActivity Property

Definition

Returns whether this resolution represents the intent forwarder activity.

public virtual bool IsCrossProfileIntentForwarderActivity { [Android.Runtime.Register("isCrossProfileIntentForwarderActivity", "()Z", "GetIsCrossProfileIntentForwarderActivityHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isCrossProfileIntentForwarderActivity", "()Z", "GetIsCrossProfileIntentForwarderActivityHandler", ApiSince=30)>]
member this.IsCrossProfileIntentForwarderActivity : bool

Property Value

whether this resolution represents the intent forwarder activity

Attributes

Remarks

Returns whether this resolution represents the intent forwarder activity.

Java documentation for android.content.pm.ResolveInfo.isCrossProfileIntentForwarderActivity().

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