From 9d97b63d0e0c7c9deb2d140c1dd579b51f52c1af Mon Sep 17 00:00:00 2001
From: Dianne Hackborn
Date: Sun, 23 Jan 2011 14:56:39 -0800
Subject: [PATCH] Honeycomb is now officially API 11.
Change-Id: I5b11801468bf6ee2482f1ef201ece70ed9303bd8
---
api/11.xml | 13 ++++++++++++-
api/current.xml | 13 ++++++++++++-
core/java/android/os/Build.java | 13 +++++++++----
3 files changed, 33 insertions(+), 6 deletions(-)
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". */