summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-03-17 18:34:48 -0700
committerDianne Hackborn <hackbod@google.com>2011-03-17 18:34:48 -0700
commitedf1fc6ce642c8d0f675795635d223b26d9f825c (patch)
tree6c6fe44bace79b645e4fd663e8a682f91a014f16 /api
parent5dbd0978cd7f2d3ff1e28bbfdef2f757de28e1bc (diff)
downloadframeworks_base-edf1fc6ce642c8d0f675795635d223b26d9f825c.zip
frameworks_base-edf1fc6ce642c8d0f675795635d223b26d9f825c.tar.gz
frameworks_base-edf1fc6ce642c8d0f675795635d223b26d9f825c.tar.bz2
Whoops, forgot the HONEYCOMB_MR1 constant. :(
It shouldn't be a problem to put this in -- it is a static final so it doesn't actually need to be in the on-device system image. This is important for the SDK. Change-Id: Iaa086247d0d65fe708c40fbab506aa60cd3e1396
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 8c5d4fc..b8b11fe 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -143854,6 +143854,17 @@
visibility="public"
>
</field>
+<field name="HONEYCOMB_MR1"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="12"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
</class>
<class name="Bundle"
extends="java.lang.Object"