summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/res/xml
diff options
context:
space:
mode:
authorlewiji <lewiji+github@gmail.com>2023-03-09 17:04:13 +0000
committerLewis James <lewiji+github@gmail.com>2023-03-09 19:11:08 +0000
commitac04ff7becfa31388c8bcfe725d71f0c7ec65c94 (patch)
treef8a78a6b4a52b2ca63908c267dd32cd2ff962d90 /platform/android/java/lib/res/xml
parentc1128e911ccd6f1e8c35646df804d894652a58f1 (diff)
downloadredot-engine-ac04ff7becfa31388c8bcfe725d71f0c7ec65c94.tar.gz
Add "filesRoot" path to Android provider paths xml
Diffstat (limited to 'platform/android/java/lib/res/xml')
-rw-r--r--platform/android/java/lib/res/xml/godot_provider_paths.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/java/lib/res/xml/godot_provider_paths.xml b/platform/android/java/lib/res/xml/godot_provider_paths.xml
index 1255f576bf..8ad16da879 100644
--- a/platform/android/java/lib/res/xml/godot_provider_paths.xml
+++ b/platform/android/java/lib/res/xml/godot_provider_paths.xml
@@ -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="." />