TP-74667 | file provider fixes

This commit is contained in:
Aman Chaturvedi
2024-08-08 17:48:26 +05:30
parent 285db3bd41
commit bb3d158b9d

View File

@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-files-path name="my_images" path="Pictures" />
<external-path name="external_files" path="." />
<files-path name="files-path" path="." /> <!-- Used to access into application data files -->
<cache-path name="cache-path" path="." />
</paths>