From 0fa35918af608b56fb3f6aa98341624e22447f92 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 23 Oct 2009 12:32:45 -0700 Subject: [PATCH] Add SDK version for MR1. Change-Id: Idb13ed9a35397effbfb72a934a7db5f5a882c79c --- api/current.xml | 11 +++++++++++ core/java/android/os/Build.java | 13 +++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/api/current.xml b/api/current.xml index 8f83e399bd650..47dc08ae48bf3 100644 --- a/api/current.xml +++ b/api/current.xml @@ -99410,6 +99410,17 @@ visibility="public" > + + Applications targeting this or a later release will get these * new changes in behavior:

@@ -133,8 +136,9 @@ public class Build { * */ public static final int DONUT = 4; + /** - * Current work on "Eclair" development branch. + * November 2009: Android 2.0 * *

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

@@ -152,6 +156,11 @@ public class Build { * */ public static final int ECLAIR = 5; + + /** + * Current work on Eclair MR1. + */ + public static final int ECLAIR_MR1 = 6; } /** The type of build, like "user" or "eng". */