File provider can handle external storage

This commit is contained in:
Martin Fietz 2017-10-21 17:08:53 +02:00
parent 1d17d65bcb
commit eb920d7363
1 changed files with 2 additions and 1 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="."/>
<external-path name="external_storage" path="."/>
<root-path name="external_files" path="/storage/" />
</paths>