Explorar el Código

Add "filesRoot" path to Android provider paths xml

(cherry picked from commit ac04ff7becfa31388c8bcfe725d71f0c7ec65c94)
lewiji hace 2 años
padre
commit
5f9990e25d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      platform/android/java/lib/res/xml/godot_provider_paths.xml

+ 4 - 0
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="." />