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

Commit 88fc5371 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am d3f2657e: am 738241f9: Merge "Document that DownloadManager supports HTTPS." into mnc-dev

* commit 'd3f2657e':
  Document that DownloadManager supports HTTPS.
parents 501209df d3f2657e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@ public class DownloadManager {
        private int mNotificationVisibility = VISIBILITY_VISIBLE;

        /**
         * @param uri the HTTP URI to download.
         * @param uri the HTTP or HTTPS URI to download.
         */
        public Request(Uri uri) {
            if (uri == null) {