Remove root-path from file provider

Tag no longer exists and might be the reason for crashes on some
devices in androidx.core.content.FileProvider.parsePathStrategy
(which is outside of AntennaPod).
This commit is contained in:
ByteHamster 2021-11-06 17:46:16 +01:00
parent a651317bc2
commit 0f717bb195
1 changed files with 1 additions and 1 deletions

View File

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