Skip to content

Commit 5115d22

Browse files
authored
add android:usesCleartextTraffic="true"
add android:usesCleartextTraffic="true" to kivy
1 parent 690dd18 commit 5115d22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
android:allowBackup="{{ args.allow_backup }}"
6161
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
6262
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
63-
android:hardwareAccelerated="true" >
63+
android:hardwareAccelerated="true"
64+
android:usesCleartextTraffic="true">
6465
{% for l in args.android_used_libs %}
6566
<uses-library android:name="{{ l }}" />
6667
{% endfor %}

0 commit comments

Comments
 (0)