Build.VERSION_CODES.LollipopMr1 フィールド

定義

注意事項

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

L MR1。

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

フィールド値

Value = 22
属性

注釈

L MR1。

2015 年 3 月に Android 5.1 として一般公開されました。

このリリースの詳細については、Android 5.1 API を参照してください。

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

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

適用対象