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

Commit 738241f9 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android (Google) Code Review
Browse files

Merge "Document that DownloadManager supports HTTPS." into mnc-dev

parents e61fc94b 66629bc5
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) {