Merge pull request #74673 from lewiji/android_provider_path
Add "filesRoot" path to Android provider paths xml
This commit is contained in:
commit
9b8c4d2629
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<files-path
|
||||||
|
name="filesRoot"
|
||||||
|
path="/" />
|
||||||
|
|
||||||
<external-path
|
<external-path
|
||||||
name="public"
|
name="public"
|
||||||
path="." />
|
path="." />
|
||||||
|
|
Loading…
Reference in a new issue