Build.VERSION_CODES.NMr1 フィールド

定義

注意事項

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

N MR1。

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

フィールド値

Value = 25
属性

注釈

N MR1。

2016 年 10 月に Android 7.1 として公開されました。

このリリースの詳細については、「Android 7.1 for Developers」を参照してください。

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

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

適用対象