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 9ed4a9d commit 068492eCopy full SHA for 068492e
pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml
@@ -63,6 +63,9 @@
63
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
64
android:hardwareAccelerated="true"
65
android:extractNativeLibs="true" >
66
+
67
+ {{ args.extra_manifest_application }}
68
69
{% for l in args.android_used_libs %}
70
<uses-library android:name="{{ l }}" />
71
{% endfor %}
0 commit comments