summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSteve Howard <showard@google.com>2010-10-08 14:44:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-08 14:44:42 -0700
commit7c08b70c960a9a6d9e59e854b88c0877fe33dc99 (patch)
tree7583dc2a848d65441ffda008ae1d7842877c0624 /api
parentd7d47941a92137fa5c1ba04ba67ad87911347b6b (diff)
parentd8d60da616343b3520b666c385d0005db860be83 (diff)
downloadframeworks_base-7c08b70c960a9a6d9e59e854b88c0877fe33dc99.zip
frameworks_base-7c08b70c960a9a6d9e59e854b88c0877fe33dc99.tar.gz
frameworks_base-7c08b70c960a9a6d9e59e854b88c0877fe33dc99.tar.bz2
am d8d60da6: Merge "Update DownloadManager API to support bulk actions." into gingerbread
Merge commit 'd8d60da616343b3520b666c385d0005db860be83' into gingerbread-plus-aosp * commit 'd8d60da616343b3520b666c385d0005db860be83': Update DownloadManager API to support bulk actions.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/current.xml b/api/current.xml
index d475318..4ddfd45 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -24561,7 +24561,7 @@
</parameter>
</method>
<method name="remove"
- return="void"
+ return="int"
abstract="false"
native="false"
synchronized="false"
@@ -24570,7 +24570,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="id" type="long">
+<parameter name="ids" type="long...">
</parameter>
</method>
<field name="ACTION_DOWNLOAD_COMPLETE"
@@ -24963,7 +24963,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="id" type="long">
+<parameter name="ids" type="long...">
</parameter>
</method>
<method name="setFilterByStatus"