* commit 'd3f2657ee3655eb07d3772d6ce0b7fdbfe2cf48d': Document that DownloadManager supports HTTPS.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user