From bdbeb0772f3e9edf6c110c8e0797a3fdfb364559 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Thu, 26 Jan 2023 14:03:04 -0800 Subject: Implement file provider capabilities The previously used file sharing api was restricted after Android N causing the engine to crash whenever used on devices running Android N or higher. --- platform/android/java/lib/res/xml/godot_provider_paths.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 platform/android/java/lib/res/xml/godot_provider_paths.xml (limited to 'platform/android/java/lib/res') diff --git a/platform/android/java/lib/res/xml/godot_provider_paths.xml b/platform/android/java/lib/res/xml/godot_provider_paths.xml new file mode 100644 index 0000000000..1255f576bf --- /dev/null +++ b/platform/android/java/lib/res/xml/godot_provider_paths.xml @@ -0,0 +1,11 @@ + + + + + + + -- cgit v1.2.3