Intent.FlagReceiverVisibleToInstantApps Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.

If set, the broadcast will be visible to receivers in Instant Apps.

[Android.Runtime.Register("FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)]
public const Android.Content.ActivityFlags FlagReceiverVisibleToInstantApps = 2097152;
[<Android.Runtime.Register("FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)>]
val mutable FlagReceiverVisibleToInstantApps : Android.Content.ActivityFlags

Field Value

Value = 2097152

Implements

Attributes

Remarks

If set, the broadcast will be visible to receivers in Instant Apps. By default Instant Apps will not receive broadcasts.

<em>This flag has no effect when used by an Instant App.</em>

Java documentation for android.content.Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS.

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