Build.VERSION_CODES.HoneycombMr1 フィールド

定義

注意事項

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

H MR1。

[Android.Runtime.Register("HONEYCOMB_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 HoneycombMr1 = 12;
[<Android.Runtime.Register("HONEYCOMB_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 HoneycombMr1 : Android.OS.BuildVersionCodes

フィールド値

Value = 12
属性

注釈

H MR1。

2011 年 5 月に Android 3.1 として公開されました。

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

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

適用対象