summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2011-02-28 08:35:39 -0800
committerVasu Nori <vnori@google.com>2011-02-28 08:35:39 -0800
commit17ee56c994ada7eab19ffded8a5ce85bfc3f4e69 (patch)
tree5089af505e9e12540a688a1b4b71d2e9051b6fee /core/java/android/app
parent46054e0c876f245df36a8045d863848c67b77bac (diff)
downloadframeworks_base-17ee56c994ada7eab19ffded8a5ce85bfc3f4e69.zip
frameworks_base-17ee56c994ada7eab19ffded8a5ce85bfc3f4e69.tar.gz
frameworks_base-17ee56c994ada7eab19ffded8a5ce85bfc3f4e69.tar.bz2
fix javadoc on downloadmanager.remove()
Change-Id: Id48389acd12343b4dcc18ed3f77ab068b2bc5f85
Diffstat (limited to 'core/java/android/app')
-rw-r--r--core/java/android/app/DownloadManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/DownloadManager.java b/core/java/android/app/DownloadManager.java
index 0716e09..d04fa57 100644
--- a/core/java/android/app/DownloadManager.java
+++ b/core/java/android/app/DownloadManager.java
@@ -907,8 +907,8 @@ public class DownloadManager {
/**
* Cancel downloads and remove them from the download manager. Each download will be stopped if
- * it was running, and it will no longer be accessible through the download manager. If a file
- * was already downloaded to external storage, it will be deleted.
+ * it was running, and it will no longer be accessible through the download manager.
+ * If there is a downloaded file, partial or complete, it is deleted.
*
* @param ids the IDs of the downloads to remove
* @return the number of downloads actually removed