Open xOldeVx opened 3 years ago
same with csv files. pressing the notification does nothing.
same with pdf D:
same with image file
For Flutter_Downloader
If you are using API 29+(ANDROID 10 and Above) add the below code in AndriodManifest.xml
android:requestLegacyExternalStorage="true"
Like this
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
...........
<application
..............
<!-- Add This line -->
tools:replace="android:label"
android:requestLegacyExternalStorage="true"> <!-- Add This line if you are targeting android API 29+-->
<activity>
...............
</activity>
</application>
</manifest>
This doesn't work for me, and I'm still facing this problem. Any updates?
When the download is complete the notification can't open .docx files, only images/videos/audio files. I didn't try it on PDF files, but i think is the same like .docx files. of course i have office and google drive installed, and can open it manually.
Here's my code: