diff --git a/api/current.xml b/api/current.xml index 4cd971839ab5f..6ba1199f809ac 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". */