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

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

am 88fc5371: am d3f2657e: am 738241f9: Merge "Document that DownloadManager...

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

* commit '88fc5371':
  Document that DownloadManager supports HTTPS.
parents 0a488ea6 88fc5371
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) {