Add root-path /storage (fixes #707)
See https://stackoverflow.com/questions/32333094/android-fileprovider-for-ext-sdcard for why this solution migth work.
This commit is contained in:
parent
f8c0c449bf
commit
25061ab07c
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<external-path name="external_files" path="."/>
|
<external-path name="external_files" path="."/>
|
||||||
|
<root-path name="external_files" path="/storage/" />
|
||||||
</paths>
|
</paths>
|
Loading…
Reference in New Issue