WindowManager.PropertyCompatAllowSmallCoverScreen Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use 'Android.Views.IWindowManager.PropertyCompatAllowSmallCoverScreen'. This class will be removed in a future release.
Niveau Application ou Activité android.content.pm.PackageManager.Property PackageManager.Property pour fournir toutes les préférences pour afficher toutes les activités ou activités spécifiques sur les petits écrans de style pliable.
[Android.Runtime.Register("PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN", ApiSince=35)]
[System.Obsolete("Use 'Android.Views.IWindowManager.PropertyCompatAllowSmallCoverScreen'. This class will be removed in a future release.")]
public const string PropertyCompatAllowSmallCoverScreen;
[<Android.Runtime.Register("PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN", ApiSince=35)>]
[<System.Obsolete("Use 'Android.Views.IWindowManager.PropertyCompatAllowSmallCoverScreen'. This class will be removed in a future release.")>]
val mutable PropertyCompatAllowSmallCoverScreen : string
Valeur de champ
- Attributs
Remarques
Niveau Application ou Activité android.content.pm.PackageManager.Property PackageManager.Property pour fournir toutes les préférences pour afficher toutes les activités ou activités spécifiques sur les petits écrans de style pliable.
La seule valeur prise en charge pour la propriété est #COMPAT_SMALL_COVER_SCREEN_OPT_IN.
<b>Syntax :</b>
<application>
<property
android:name="android.window.PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN"
android:value=1 <!-- COMPAT_COVER_SCREEN_OPT_IN -->/>
</application>
Java documentation pour android.view.WindowManager.PROPERTY_COMPAT_ALLOW_SMALL_COVER_SCREEN.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.