Build.VERSION_CODES.Q フィールド

定義

注意事項

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

Q.

[Android.Runtime.Register("Q", ApiSince=29)]
[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 Q = 29;
[<Android.Runtime.Register("Q", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable Q : Android.OS.BuildVersionCodes

フィールド値

Value = 29
属性

注釈

Q.

2019 年 9 月に Android 10 として公開されました。

このリリース以降のリリースを対象とするアプリケーションでは、これらの新しい動作の変更が取得されます。 このリリースの詳細については、Android 10 の概要に関するページを参照してください。

<ul><li>Behavior changes: all apps</li li>><Behavior changes: apps targeting API 29+</li></ul>

android.os.Build.VERSION_CODES.QJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象