BuildVersionCodes Enum
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.
Enumerates values returned by several types and taken as a parameter of the F:Android.Views.InputMethods.EditorInfo.MakeCompatible member.
public enum BuildVersionCodes
type BuildVersionCodes =
- Inheritance
-
BuildVersionCodes
Fields
Name | Value | Description |
---|---|---|
Base | 1 | October 2008: The original, first, version of Android. |
Base11 | 2 | February 2009: First Android update, officially called 1.1. |
Cupcake | 3 | May 2009: Android 1.5. |
Donut | 4 | September 2009: Android 1.6. |
Eclair | 5 | |
Eclair01 | 6 | |
EclairMr1 | 7 | |
Froyo | 8 | |
Gingerbread | 9 | |
GingerbreadMr1 | 10 | February 2011: Android 2.3.3. |
Honeycomb | 11 | |
HoneycombMr1 | 12 | May 2011: Android 3.1. |
HoneycombMr2 | 13 | June 2011: Android 3.2. |
IceCreamSandwich | 14 | October 2011: Android 4.0. |
IceCreamSandwichMr1 | 15 | December 2011: Android 4.0.3. |
JellyBean | 16 | June 2012: Android 4.1. |
JellyBeanMr1 | 17 | |
JellyBeanMr2 | 18 | Android 4.3: Jelly Bean MR2, the revenge of the beans. |
Kitkat | 19 | |
KitkatWatch | 20 | |
Lollipop | 21 | |
LollipopMr1 | 22 | |
M | 23 | |
N | 24 | |
NMr1 | 25 | |
O | 26 | |
OMr1 | 27 | |
P | 28 | |
Q | 29 | |
R | 30 | |
S | 31 | |
SV2 | 32 | |
Tiramisu | 33 | |
UpsideDownCake | 34 | |
CurDevelopment | 10000 | Magic version number for a current development build, which has not yet turned into an official release. |
Remarks
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.