Build.VERSION_CODES.Base11 フィールド

定義

注意事項

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

Android の最初の更新プログラム。

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

フィールド値

Value = 2
属性

注釈

Android の最初の更新プログラム。

2009 年 2 月に Android 1.1 として公開されました。

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

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

適用対象