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

This commit is contained in:
Alex Klyubin
2015-06-12 16:02:15 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {