Build.VERSION_CODES.GingerbreadMr1 フィールド

定義

注意事項

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

G MR1。

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

フィールド値

Value = 10
属性

注釈

G MR1。

2011 年 2 月に Android 2.3.3 として公開されました。

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

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

適用対象