Loading core/java/android/app/DownloadManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
core/java/android/app/DownloadManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading