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

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

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

* commit '738241f9':
  Document that DownloadManager supports HTTPS.
parents 16b4e751 738241f9
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) {