diff --git a/api/11.xml b/api/11.xml
index bb690250b6acb..6ed9d225e336d 100644
--- a/api/11.xml
+++ b/api/11.xml
@@ -138515,11 +138515,22 @@
visibility="public"
>
+
+
+
+
Applications targeting this or a later release will get these
* new changes in behavior:
@@ -211,7 +216,7 @@ public class Build {
* {@link android.R.style#Theme_Holo}.
* The activity lifecycle has changed slightly as per
* {@link android.app.Activity}.
- * When an application requires a permission to access on of
+ * When an application requires a permission to access one of
* its components (activity, receiver, service, provider), this
* permission is no longer enforced when the application wants to
* access its own component. This means it can require a permission
@@ -219,7 +224,7 @@ public class Build {
* component.
*
*/
- public static final int HONEYCOMB = CUR_DEVELOPMENT;
+ public static final int HONEYCOMB = 11;
}
/** The type of build, like "user" or "eng". */