Language

WindowManager.PropertyCompatAllowExcludeCaptionInsets Field

Definition

Caution

Use 'Android.Views.IWindowManager.PropertyCompatAllowExcludeCaptionInsets'. This class will be removed in a future release.

Application level android.content.pm.PackageManager.Property PackageManager.Property for an app to inform the system that it needs to be opted-out from the compatibility treatment that sandboxes the android.content.res.Configuration API when caption insets are force consumed.

[Android.Runtime.Register("PROPERTY_COMPAT_ALLOW_EXCLUDE_CAPTION_INSETS", ApiSince=37)]
[System.Obsolete("Use 'Android.Views.IWindowManager.PropertyCompatAllowExcludeCaptionInsets'. This class will be removed in a future release.")]
public const string PropertyCompatAllowExcludeCaptionInsets;
[<Android.Runtime.Register("PROPERTY_COMPAT_ALLOW_EXCLUDE_CAPTION_INSETS", ApiSince=37)>]
[<System.Obsolete("Use 'Android.Views.IWindowManager.PropertyCompatAllowExcludeCaptionInsets'. This class will be removed in a future release.")>]
val mutable PropertyCompatAllowExcludeCaptionInsets : string

Field Value

Attributes

Applies to