WindowManager.PropertyCompatAllowExcludeCaptionInsets Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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