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 12:14:44 +01:00
parent f8c0c449bf
commit 25061ab07c
+1
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>