We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690dd18 commit 5115d22Copy full SHA for 5115d22
1 file changed
pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml
@@ -60,7 +60,8 @@
60
android:allowBackup="{{ args.allow_backup }}"
61
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
62
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
63
- android:hardwareAccelerated="true" >
+ android:hardwareAccelerated="true"
64
+ android:usesCleartextTraffic="true">
65
{% for l in args.android_used_libs %}
66
<uses-library android:name="{{ l }}" />
67
{% endfor %}
0 commit comments