File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
pythonforandroid/bootstraps
service_library/build/templates
service_only/build/templates Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 88 <uses-sdk android : minSdkVersion =" {{ args.min_sdk_version }}" android : targetSdkVersion =" {{ android_api }}" />
99
1010 <application {% if debug %}android:debuggable=" true" {% endif %} >
11+
12+ {{ args.extra_manifest_application_xml }}
13+
1114 {% for name in service_names %}
1215 <service android : name =" {{ args.package }}.Service{{ name|capitalize }}"
1316 android : process =" :service_{{ name }}"
Original file line number Diff line number Diff line change 5252 android : theme =" {{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
5353 android : hardwareAccelerated =" true"
5454 android : extractNativeLibs =" true" >
55+
56+ {{ args.extra_manifest_application_xml }}
57+
5558 {% for l in args.android_used_libs %}
5659 <uses-library android : name =" {{ l }}" />
5760 {% endfor %}
Original file line number Diff line number Diff line change 5555 android : extractNativeLibs =" true"
5656 {% if debug %}android:debuggable=" true" {% endif %}
5757 >
58+
59+ {{ args.extra_manifest_application_xml }}
60+
5861 {% for l in args.android_used_libs %}
5962 <uses-library android : name =" {{ l }}" />
6063 {% endfor %}
You can’t perform that action at this time.
0 commit comments