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 71f8fb5 commit 5d329bfCopy full SHA for 5d329bf
pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml
@@ -49,7 +49,9 @@
49
android:icon="@drawable/icon"
50
android:allowBackup="true"
51
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
52
- android:hardwareAccelerated="true" >
+ android:hardwareAccelerated="true"
53
+ android:usesCleartextTraffic="true"
54
+ >
55
{% for l in args.android_used_libs %}
56
<uses-library android:name="{{ l }}" />
57
{% endfor %}
0 commit comments