|
@@ -494,9 +494,6 @@ When using DownloadManager, `fileCache` and `path` properties in `config` will n
|
494
|
494
|
|
495
|
495
|
When download complete, DownloadManager will generate a file path so that you can deal with it.
|
496
|
496
|
|
497
|
|
-
|
498
|
|
-
|
499
|
|
-
|
500
|
497
|
```js
|
501
|
498
|
RNFetchBlob
|
502
|
499
|
.config({
|
|
@@ -517,6 +514,7 @@ RNFetchBlob
|
517
|
514
|
})
|
518
|
515
|
```
|
519
|
516
|
|
|
517
|
+Your app might not have right to remove/change the file created by Download Manager, therefore you might need to [set custom location to the download task](https://github.com/wkh237/react-native-fetch-blob/issues/236).
|
520
|
518
|
|
521
|
519
|
**Download Notification and Visibility in Download App (Android Only)**
|
522
|
520
|
|