diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-05-15 18:36:13 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-15 18:36:13 -0700 |
commit | 7fa69c15ceafa3453e4f60f8e38c4bda94cde4aa (patch) | |
tree | 879a07cf43d5489eb0a5e0654a9df201c237e633 /api | |
parent | 62da8461ed5317fe78ae5e3793662694e7fc99a3 (diff) | |
parent | 5b3189e03c71bcd276e0b39d0ec5e2f699a1697f (diff) | |
download | frameworks_base-7fa69c15ceafa3453e4f60f8e38c4bda94cde4aa.zip frameworks_base-7fa69c15ceafa3453e4f60f8e38c4bda94cde4aa.tar.gz frameworks_base-7fa69c15ceafa3453e4f60f8e38c4bda94cde4aa.tar.bz2 |
am 5b3189e0: Fix the build. :(
Merge commit '5b3189e03c71bcd276e0b39d0ec5e2f699a1697f'
* commit '5b3189e03c71bcd276e0b39d0ec5e2f699a1697f':
Fix the build. :(
Implement compatibility support for WRITE_SDCARD permission.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 8c56f69..d899921 100644 --- a/api/current.xml +++ b/api/current.xml @@ -35267,6 +35267,16 @@ visibility="public" > </field> +<field name="targetSdkVersion" + type="int" + transient="false" + volatile="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="taskAffinity" type="java.lang.String" transient="false" |