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:
Coffeemakr 2017-10-31 10:11:31 +01:00
parent f8c0c449bf
commit 25061ab07c
No known key found for this signature in database
GPG Key ID: 3F35676D8FF6E743
1 changed files with 1 additions and 0 deletions

View File

@ -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>