8000
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.
2 parents 71f8fb5 + 5d329bf commit 710c3d5Copy full SHA for 710c3d5
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