Build.VERSION_CODES.LollipopMr1 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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
Field Value
Value = 22- Attributes
Remarks
L MR1.
Released publicly as Android 5.1 in March 2015.
For more information about this release, see the Android 5.1 APIs.
Java documentation for android.os.Build.VERSION_CODES.LOLLIPOP_MR1
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.