Skip to content

Commit 07b2280

Browse files
committed
added android:requestLegacyExternalStorage="true" to AndroidManifest.tmpl.xml
1 parent 7f407b5 commit 07b2280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
{% if args.network_security_config %}android:networkSecurityConfig="{{ args.network_security_config }}"{% endif %}
6363
{% if args.uses_cleartext_traffic %}android:usesCleartextTraffic="{{ args.uses_cleartext_traffic }}"{% endif %}
6464
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
65+
android:requestLegacyExternalStorage="true"
6566
android:hardwareAccelerated="true"
6667
>
6768
{% for l in args.android_used_libs %}

0 commit comments

Comments
 (0)