ActivityManager.AppTask.WindowingLayerNormalApp 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
This constant will be removed in the future version. Use Android.App.ActivityManagerAppTaskWindowingLayer enum directly instead of this field.
Couche de fenêtrage pour les fenêtres d’application normales.
[Android.Runtime.Register("WINDOWING_LAYER_NORMAL_APP", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ActivityManagerAppTaskWindowingLayer enum directly instead of this field.", true)]
public const Android.App.ActivityManagerAppTaskWindowingLayer WindowingLayerNormalApp = 1;
[<Android.Runtime.Register("WINDOWING_LAYER_NORMAL_APP", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ActivityManagerAppTaskWindowingLayer enum directly instead of this field.", true)>]
val mutable WindowingLayerNormalApp : Android.App.ActivityManagerAppTaskWindowingLayer
Valeur de champ
Value = 1- Attributs
Remarques
Couche de fenêtrage pour les fenêtres d’application normales.
Si une application ne demande pas explicitement une couche de fenêtrage pour sa tâche, elle est considérée comme dans cette couche.
La demande de cette couche à l’aide d’AppTask.requestWindowingLayer est généralement effectuée pour quitter une couche précédemment demandée.
Référence Android pour android.app.ActivityManager.AppTask.WINDOWING_LAYER_NORMAL_APP.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.