Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17ee56c9 authored by Vasu Nori's avatar Vasu Nori
Browse files

fix javadoc on downloadmanager.remove()

Change-Id: Id48389acd12343b4dcc18ed3f77ab068b2bc5f85
parent 46054e0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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