Fix sharing files from sdcard

This commit is contained in:
Koitharu
2022-07-20 18:03:46 +03:00
parent a076c9f420
commit 23b28672d4

View File

@@ -1,15 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<paths> <paths>
<external-files-path <!-- https://issuetracker.google.com/issues/37125252 -->
name="manga-ext" <!--suppress AndroidElementNotAllowed -->
path="/manga" /> <root-path
<files-path name="root"
name="manga" path="." />
path="/manga" />
<external-files-path
name="backups-ext"
path="/backups" />
<files-path
name="backups"
path="/backups" />
</paths> </paths>