共用方式為


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。

android.os.Build.VERSION_CODES.N_MR1Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於