Build.VERSION_CODES.P フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
フィールド値
Value = 28- 属性
注釈
P.
2018 年 8 月に Android 9 として公開されました。
このリリースまたは今後のリリースを対象とするアプリケーションでは、これらの新しい動作の変更が行われます。 このリリースの詳細については、Android 9 Pie の概要を参照してください。
<ul><li>android.app.Service#startForeground Service.startForeground では、アプリがアクセス許可 android.Manifest.permission#FOREGROUND_SERVICE.<を保持している必要があります/li><li>android.widget.LinearLayout は、余分なスペースがない場合でも、重み付けされた子を常に再測定します</li></ul>
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。