summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlewiji <lewiji+github@gmail.com>2023-03-09 17:04:13 +0000
committerYuri Sizov <yuris@humnom.net>2023-03-30 19:13:59 +0200
commit5f9990e25d2569ef1577e25a9b320abbe1d4192c (patch)
tree7f1cca543f92cda954de0e1e2ef93b698e991dec
parentff15e2384ab65d5f408cee4c9b62639ddfaf5272 (diff)
Add "filesRoot" path to Android provider paths xml
(cherry picked from commit ac04ff7becfa31388c8bcfe725d71f0c7ec65c94)
-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="." />