Build.VERSION_CODES.IceCreamSandwichMr1 フィールド

定義

注意事項

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

I MR1.

[Android.Runtime.Register("ICE_CREAM_SANDWICH_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 IceCreamSandwichMr1 = 15;
[<Android.Runtime.Register("ICE_CREAM_SANDWICH_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 IceCreamSandwichMr1 : Android.OS.BuildVersionCodes

フィールド値

Value = 15
属性

注釈

I MR1.

2011 年 12 月に Android 4.03 として公開されました。

の Java ドキュメント android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1

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

適用対象