Add external-files-path to share provider

Sharing crashes on some devices with
"Failed to find configured root that contains
/storage/XXXX-XXXX/Android/data/de.danoeh.antennapod/files/media/x/y.mp3"
This commit is contained in:
ByteHamster 2022-10-02 12:03:09 +02:00
parent 097a491504
commit 7e7e945185
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<paths> <paths>
<external-path name="external_storage" path="."/> <external-path name="external_storage" path="." />
<external-files-path name="external_file_storage" path="." />
<files-path name="name" path="." /> <files-path name="name" path="." />
</paths> </paths>