summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSteve Howard <showard@google.com>2010-09-16 12:02:03 -0700
committerSteve Howard <showard@google.com>2010-09-20 13:44:51 -0700
commita9e87c9cc375b8be43a05ad641545db26eee0d46 (patch)
tree75a2ce541c418fcdd55b22ab59144969f732fe4b /api
parent8544560ccc43de7ff49d91866f461f5572f0b147 (diff)
downloadframeworks_base-a9e87c9cc375b8be43a05ad641545db26eee0d46.zip
frameworks_base-a9e87c9cc375b8be43a05ad641545db26eee0d46.tar.gz
frameworks_base-a9e87c9cc375b8be43a05ad641545db26eee0d46.tar.bz2
New error status for "destination file already exists".
Also changing the behavior of the local URI column slightly to better match the spec -- it should return the client-provided destination so that it's valid even if the download failed. Change-Id: Ibf9c07519e647e677ebac8b334b9f2e930e47033
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 8651c4d..af91389 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -96356,6 +96356,17 @@
visibility="public"
>
</field>
+<field name="ERROR_FILE_ALREADY_EXISTS"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="1009"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="ERROR_FILE_ERROR"
type="int"
transient="false"