You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add "filesRoot" path to Android provider paths xml
This commit is contained in:
@@ -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="." />
|
||||||
|
|||||||
Reference in New Issue
Block a user