diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-10-21 15:32:06 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-10-21 15:32:06 -0700 |
commit | a6d9c7c04c4b17d85ac70f4494777555655f3be1 (patch) | |
tree | 216d077a636fa8be9369de734e14350886c0e7ac /api/current.xml | |
parent | 7dc08fb070ff7455e794fc81645ccb4349cd152f (diff) | |
download | frameworks_base-a6d9c7c04c4b17d85ac70f4494777555655f3be1.zip frameworks_base-a6d9c7c04c4b17d85ac70f4494777555655f3be1.tar.gz frameworks_base-a6d9c7c04c4b17d85ac70f4494777555655f3be1.tar.bz2 |
Implement issue #3116702: New manifest tags for supported screen sizes DO NOT MERGE
Change-Id: Iabf64d86c89d387ffbfbc39f950d308a73fe17eb
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index d36fe69..626a5cc 100644 --- a/api/current.xml +++ b/api/current.xml @@ -6961,6 +6961,17 @@ visibility="public" > </field> +<field name="screenDensity" + type="int" + transient="false" + volatile="false" + value="16843467" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="screenOrientation" type="int" transient="false" @@ -6972,6 +6983,17 @@ visibility="public" > </field> +<field name="screenSize" + type="int" + transient="false" + volatile="false" + value="16843466" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="scrollHorizontally" type="int" transient="false" @@ -172683,6 +172705,17 @@ visibility="public" > </field> +<field name="DENSITY_XHIGH" + type="int" + transient="false" + volatile="false" + value="320" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="density" type="float" transient="false" |