Skip to content

Commit 068492e

Browse files
committed
added support for include xml elements inside <manifest><application> 2
1 parent 9ed4a9d commit 068492e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
6464
android:hardwareAccelerated="true"
6565
android:extractNativeLibs="true" >
66+
67+
{{ args.extra_manifest_application }}
68+
6669
{% for l in args.android_used_libs %}
6770
<uses-library android:name="{{ l }}" />
6871
{% endfor %}

0 commit comments

Comments
 (0)