Skip to content

Commit

Permalink
Merge pull request #39103 from m4gr3d/enable_legacy_external_storage
Browse files Browse the repository at this point in the history
Enable legacy external storage for Android 10
  • Loading branch information
akien-mga authored May 27, 2020
2 parents 2d9132a + 2e7e3dc commit f03bc21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platform/android/java/lib/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
android:versionCode="1"
android:versionName="1.0">

<application>
<!-- TODO: Remove the 'requestLegacyExternalStorage' attribute when https://github.com/godotengine/godot/issues/38913 is resolved -->
<application android:requestLegacyExternalStorage="true">

<service android:name=".GodotDownloaderService" />

</application>

<instrumentation
android:name=".GodotInstrumentation"
android:icon="@mipmap/icon"
android:label="@string/godot_project_name_string"
android:name=".GodotInstrumentation"
android:targetPackage="org.godotengine.godot" />

</manifest>

0 comments on commit f03bc21

Please sign in to comment.