diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-05-08 12:06:44 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-05-08 15:15:36 -0700 |
commit | 851a54143c15a1c33361efae2db3f7f45059b472 (patch) | |
tree | c9e6ced5424530ff9a40f5471afb969e15cac35e /api | |
parent | ed3b804f2cc61029cf2969cbfa499ea230c22bb0 (diff) | |
download | frameworks_base-851a54143c15a1c33361efae2db3f7f45059b472.zip frameworks_base-851a54143c15a1c33361efae2db3f7f45059b472.tar.gz frameworks_base-851a54143c15a1c33361efae2db3f7f45059b472.tar.bz2 |
Implement targetSdkVersion and maxSdkVersion, plus version code names.
This adds new attributes for specifying a targetSdkVersion and maxSdkVersion.
There is a new ApplicationInfo flag that is set if the application has set
its targetSdkVersion to the current platform or later. Also you can now
use a string for minSdkVersion and targetSdkVerion, to indicate you are
building against a development tree instead of an official platform.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index f809c09..656b12b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -5113,6 +5113,17 @@ visibility="public" > </field> +<field name="maxSdkVersion" + type="int" + transient="false" + volatile="false" + value="16843377" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="maxWidth" type="int" transient="false" @@ -7192,6 +7203,17 @@ visibility="public" > </field> +<field name="targetSdkVersion" + type="int" + transient="false" + volatile="false" + value="16843376" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="taskAffinity" type="int" transient="false" @@ -31852,6 +31874,28 @@ visibility="public" > </field> +<field name="FLAG_TARGETS_SDK" + type="int" + transient="false" + volatile="false" + value="256" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="FLAG_UPDATED_SYSTEM_APP" + type="int" + transient="false" + volatile="false" + value="128" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="className" type="java.lang.String" transient="false" @@ -34085,6 +34129,17 @@ visibility="public" > </field> +<field name="INSTALL_FAILED_NEWER_SDK" + type="int" + transient="false" + volatile="false" + value="-14" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="INSTALL_FAILED_NO_SHARED_USER" type="int" transient="false" @@ -85947,6 +86002,66 @@ volatile="false" static="true" final="true" + deprecated="deprecated" + visibility="public" +> +</field> +<field name="SDK_INT" + type="int" + transient="false" + volatile="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +</class> +<class name="Build.VERSION_CODES" + extends="java.lang.Object" + abstract="false" + static="true" + final="false" + deprecated="not deprecated" + visibility="public" +> +<constructor name="Build.VERSION_CODES" + type="android.os.Build.VERSION_CODES" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</constructor> +<field name="BASE" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="BASE_1_1" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="CUPCAKE" + type="int" + transient="false" + volatile="false" + value="3" + static="true" + final="true" deprecated="not deprecated" visibility="public" > @@ -86088,6 +86203,16 @@ visibility="public" > </constructor> +<field name="CODENAME" + type="java.lang.String" + transient="false" + volatile="false" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="INCREMENTAL" type="java.lang.String" transient="false" |