mirror of https://github.com/godotengine/godot
Add "filesRoot" path to Android provider paths xml
This commit is contained in:
parent
c1128e911c
commit
ac04ff7bec
|
|
@ -1,6 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<files-path
|
||||
name="filesRoot"
|
||||
path="/" />
|
||||
|
||||
<external-path
|
||||
name="public"
|
||||
path="." />
|
||||
|
|
|
|||
Loading…
Reference in New Issue