summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-13 19:33:22 -0700
committerDianne Hackborn <hackbod@google.com>2011-06-14 11:23:52 -0700
commite289bff0ec2b1af4ba773e0c8d49d5fd46eb9921 (patch)
tree4103ae9dc1838be1f61c0562fadbff9039949b50 /api
parentfd63814abe8e81d5e1e0eb75b5a5a18034e9b4c6 (diff)
downloadframeworks_base-e289bff0ec2b1af4ba773e0c8d49d5fd46eb9921.zip
frameworks_base-e289bff0ec2b1af4ba773e0c8d49d5fd46eb9921.tar.gz
frameworks_base-e289bff0ec2b1af4ba773e0c8d49d5fd46eb9921.tar.bz2
Add new landscape and portrait orientation features.
Updates aapt to know about these. Also updates aapt badging to: - No longer crash due to the change to how we match unspecified configuration resources. - Report the new "smallest screen" supported screen configs. - Infer old screen size buckets based on new smallest width attrs. - Report all of the different labels and icons in an app. Change-Id: I7376042b817391bd070f549cebbc7f03be4635c8
Diffstat (limited to 'api')
-rw-r--r--api/current.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index a9f3e85..f49098e 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -61821,6 +61821,28 @@
visibility="public"
>
</field>
+<field name="FEATURE_SCREEN_LANDSCAPE"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.hardware.screen.landscape&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_SCREEN_PORTRAIT"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.hardware.screen.portrait&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="FEATURE_SENSOR_ACCELEROMETER"
type="java.lang.String"
transient="false"