Skip to content

Commit 5d329bf

Browse files
authored

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
android:icon="@drawable/icon"
5050
android:allowBackup="true"
5151
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
52-
android:hardwareAccelerated="true" >
52+
android:hardwareAccelerated="true"
53+
android:usesCleartextTraffic="true"
54+
>
5355
{% for l in args.android_used_libs %}
5456
<uses-library android:name="{{ l }}" />
5557
{% endfor %}

0 commit comments

Comments
 (0)