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 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-path name="external_files" path="."/>
|
||||
<root-path name="external_files" path="/storage/" />
|
||||
</paths>
|
Loading…
Reference in a new issue