Fix:Android internal file paths using file provider

This commit is contained in:
advplyr
2023-06-19 15:09:12 -05:00
parent 0d1312e497
commit 13d32dc1f7
9 changed files with 58 additions and 36 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="my_images" path="." />
<cache-path name="my_cache_images" path="." />
<paths>
<files-path name="downloads" path="downloads/" />
</paths>