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

* commit '738241f93c066a2ef233dd0e12661bf808bfd915':
  Document that DownloadManager supports HTTPS.
This commit is contained in:
Alex Klyubin
2015-06-12 16:12:04 +00:00
committed by Android Git Automerger

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