Share via


WindowManager.CompatSmallCoverScreenOptIn Field

Definition

Caution

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

Value applicable for the #PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN property to provide a signal to the system that an application or its specific activities explicitly opt into being displayed on small cover screens on flippable style foldable devices that measure at least 1.

[Android.Runtime.Register("COMPAT_SMALL_COVER_SCREEN_OPT_IN", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.CompatSmallCoverScreen enum directly instead of this field.", true)]
public const Android.Views.CompatSmallCoverScreen CompatSmallCoverScreenOptIn = 1;
[<Android.Runtime.Register("COMPAT_SMALL_COVER_SCREEN_OPT_IN", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.CompatSmallCoverScreen enum directly instead of this field.", true)>]
val mutable CompatSmallCoverScreenOptIn : Android.Views.CompatSmallCoverScreen

Field Value

Value = 1
Attributes

Remarks

Value applicable for the #PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN property to provide a signal to the system that an application or its specific activities explicitly opt into being displayed on small cover screens on flippable style foldable devices that measure at least 1.5 inches up to 2.2 inches for the shorter dimension and at least 2.4 inches up to 3.4 inches for the longer dimension

Java documentation for android.view.WindowManager.COMPAT_SMALL_COVER_SCREEN_OPT_IN.

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