Loading core/java/android/app/DownloadManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ public class DownloadManager { " already exists and is not a directory"); } } else { if (!file.mkdir()) { if (!file.mkdirs()) { throw new IllegalStateException("Unable to create directory: "+ file.getAbsolutePath()); } Loading Loading
core/java/android/app/DownloadManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ public class DownloadManager { " already exists and is not a directory"); } } else { if (!file.mkdir()) { if (!file.mkdirs()) { throw new IllegalStateException("Unable to create directory: "+ file.getAbsolutePath()); } Loading