From e7a3435c91c7ada95f2bab0221d1bbedafda6b0f Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 17 Sep 2015 14:50:47 -0700 Subject: Docs only change: update build version docs. Change-Id: I30f55549394693ea04cd390b1ae66347ae212123 --- core/java/android/os/Build.java | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 23748993f217..862f4c447b34 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -577,7 +577,7 @@ public class Build { public static final int KITKAT = 19; /** - * Android 4.4W: KitKat for watches, snacks on the run. + * June 2014: Android 4.4W. KitKat for watches, snacks on the run. * *

Applications targeting this or a later release will get these * new changes in behavior:

@@ -595,7 +595,7 @@ public class Build { public static final int L = 21; /** - * Lollipop. A flat one with beautiful shadows. But still tasty. + * November 2014: Lollipop. A flat one with beautiful shadows. But still tasty. * *

Applications targeting this or a later release will get these * new changes in behavior:

@@ -626,12 +626,38 @@ public class Build { public static final int LOLLIPOP = 21; /** - * Lollipop with an extra sugar coating on the outside! + * March 2015: Lollipop with an extra sugar coating on the outside! */ public static final int LOLLIPOP_MR1 = 22; /** - * M comes after L. + * M is for Marshmallow! + * + *

Applications targeting this or a later release will get these + * new changes in behavior:

+ * */ public static final int M = 23; } -- cgit v1.2.3-59-g8ed1b