1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Disable the requestLegacyExternalStorage attribute when there are no storage permissions.

This commit is contained in:
Fredia Huya-Kouadio
2021-04-16 06:42:44 -07:00
parent 00d087e47d
commit bc68872e2d
4 changed files with 20 additions and 7 deletions

View File

@@ -27,7 +27,8 @@
<!-- Any tag in this line after android:icon will be erased when doing custom builds. -->
<!-- If you want to add tags manually, do before it. -->
<!-- WARNING: This should stay on a single line until the parsing code is improved. See GH-32414. -->
<application android:label="@string/godot_project_name_string" android:allowBackup="false" tools:ignore="GoogleAppIndexingWarning" android:icon="@mipmap/icon" >
<!-- TODO: Remove the 'requestLegacyExternalStorage' attribute when https://github.com/godotengine/godot/issues/38913 is resolved -->
<application android:label="@string/godot_project_name_string" android:allowBackup="false" tools:ignore="GoogleAppIndexingWarning" android:requestLegacyExternalStorage="false" android:icon="@mipmap/icon" >
<!-- Records the version of the Godot editor used for building -->
<meta-data

View File

@@ -4,8 +4,7 @@
android:versionCode="1"
android:versionName="1.0">
<!-- TODO: Remove the 'requestLegacyExternalStorage' attribute when https://github.com/godotengine/godot/issues/38913 is resolved -->
<application android:requestLegacyExternalStorage="true">
<application>
<!-- Records the version of the Godot library -->
<meta-data