diff options
author | Vasu Nori <vnori@google.com> | 2011-02-28 08:35:39 -0800 |
---|---|---|
committer | Vasu Nori <vnori@google.com> | 2011-02-28 08:35:39 -0800 |
commit | 17ee56c994ada7eab19ffded8a5ce85bfc3f4e69 (patch) | |
tree | 5089af505e9e12540a688a1b4b71d2e9051b6fee /core/java/android/app | |
parent | 46054e0c876f245df36a8045d863848c67b77bac (diff) | |
download | frameworks_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.java | 4 |
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 |