Merge pull request #803 from coffeemakr/bugfix-play-from-sdcard

[WIP] Add root-path /storage (fixes #707)
This commit is contained in:
Christian Schabesberger 2017-11-01 01:37:29 +01:00 committed by GitHub
commit aa10b392ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>