Enable legacy external storage for Android 10

(cherry picked from commit 2e7e3dcfe4)
This commit is contained in:
Fredia Huya-Kouadio 2020-05-27 13:34:40 -07:00 committed by Rémi Verschelde
parent 07bf2467e3
commit 11fba315ec
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
android:largeScreens="true"
android:xlargeScreens="true"/>
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" $$ADD_APPATTRIBUTE_CHUNKS$$ >
<application android:label="@string/godot_project_name_string" android:icon="@drawable/icon" android:allowBackup="false" android:requestLegacyExternalStorage="true" $$ADD_APPATTRIBUTE_CHUNKS$$ >
<activity android:name="org.godotengine.godot.Godot"
android:label="@string/godot_project_name_string"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"