Build.VERSION_CODES.Q フィールド

定義

注意事項

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

質問

[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
属性

注釈

質問

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

このリリースまたは今後のリリースを対象とするアプリケーションでは、これらの新しい動作の変更が行われます。 このリリースの詳細については、Android 10 の概要を参照してください。

<ul><li>Behavior の変更: すべてのアプリ</li><li>Behavior の変更: API 29+</li></ul を対象とするアプリ>

Javaドキュメント。

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

適用対象