We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f407b5 commit 07b2280Copy full SHA for 07b2280
pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml
@@ -62,6 +62,7 @@
62
{% if args.network_security_config %}android:networkSecurityConfig="{{ args.network_security_config }}"{% endif %}
63
{% if args.uses_cleartext_traffic %}android:usesCleartextTraffic="{{ args.uses_cleartext_traffic }}"{% endif %}
64
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
65
+ android:requestLegacyExternalStorage="true"
66
android:hardwareAccelerated="true"
67
>
68
{% for l in args.android_used_libs %}
0 commit comments