ActivityInfo.FlagAllowUntrustedActivityEmbedding Field

Definition

Caution

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

Bit in #flags: If set, indicates that the activity can be embedded by untrusted hosts.

[Android.Runtime.Register("FLAG_ALLOW_UNTRUSTED_ACTIVITY_EMBEDDING", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ActivityInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.ActivityInfoFlags FlagAllowUntrustedActivityEmbedding = 268435456;
[<Android.Runtime.Register("FLAG_ALLOW_UNTRUSTED_ACTIVITY_EMBEDDING", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ActivityInfoFlags enum directly instead of this field.", true)>]
val mutable FlagAllowUntrustedActivityEmbedding : Android.Content.PM.ActivityInfoFlags

Field Value

Value = 268435456

Implements

Attributes

Remarks

Bit in #flags: If set, indicates that the activity can be embedded by untrusted hosts. In this case the interactions with and visibility of the embedded activity may be limited. Set from the android.R.attr#allowUntrustedActivityEmbedding attribute.

Java documentation for android.content.pm.ActivityInfo.FLAG_ALLOW_UNTRUSTED_ACTIVITY_EMBEDDING.

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