Fix file provider not being able to share all files (#6472)

The library only looks at one of the external storage devices.
If the exported log file doesn't happen to be stored on
the first device, sharing it doesn't work.
This is a known issue in the Android libraries:
https://issuetracker.google.com/issues/37125252

This commit works around it by using an undocumented element that covers
the entire file system.
This commit is contained in:
ByteHamster 2023-05-05 19:12:49 +02:00 committed by GitHub
parent aab19f3a5c
commit 1bc053186d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
<external-path name="external_storage" path="." />
<external-files-path name="external_file_storage" path="." />
<files-path name="name" path="." />
<root-path name="root" path="." />
</paths>