Build.VERSION_CODES.P 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.OS.BuildVersionCodes enum directly instead of this field.
P.
[Android.Runtime.Register("P", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes P = 28;
[<Android.Runtime.Register("P", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable P : Android.OS.BuildVersionCodes
Valeur de champ
Value = 28- Attributs
Remarques
P.
Publiée publiquement en tant qu’Android 9 en août 2018.
Les applications ciblant cette version ou une version ultérieure recevront ces nouveaux changements de comportement. Pour plus d’informations sur cette version, consultez la vue d’ensemble d’Android 9 Pie.
<ul><li>android.app.Service#startForeground Service.startForeground exige que les applications contiennent l’autorisation android.Manifest.permission#FOREGROUND_SERVICE.</li li><>android.widget.LinearLayout va toujours remeasurer les enfants pondérés, même s’il n’y a pas d’espace excédentaire.</li></ul>
Java documentation pour android.os.Build.VERSION_CODES.P.
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.