From 17ee56c994ada7eab19ffded8a5ce85bfc3f4e69 Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Mon, 28 Feb 2011 08:35:39 -0800 Subject: fix javadoc on downloadmanager.remove() Change-Id: Id48389acd12343b4dcc18ed3f77ab068b2bc5f85 --- core/java/android/app/DownloadManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/app/DownloadManager.java') diff --git a/core/java/android/app/DownloadManager.java b/core/java/android/app/DownloadManager.java index 0716e097c5c9..d04fa57f84c2 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 -- cgit v1.2.3