Skip to content

Commit

Permalink
Merge pull request kivy#2143 from yingshaoxo/patch-1
Browse files Browse the repository at this point in the history
Update AndroidManifest.tmpl.xml to support HTTP
  • Loading branch information
AndreMiras authored Apr 19, 2020
2 parents 71f8fb5 + 5d329bf commit 710c3d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
android:icon="@drawable/icon"
android:allowBackup="true"
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
android:hardwareAccelerated="true" >
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true"
>
{% for l in args.android_used_libs %}
<uses-library android:name="{{ l }}" />
{% endfor %}
Expand Down

0 comments on commit 710c3d5

Please sign in to comment.