Skip to content

Commit f5f6e7c

Browse files
committed
extra-manifest-application-entry to extra-manifest-application-xml
1 parent a4947e0 commit f5f6e7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/bootstraps/common/build/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def parse_args_and_make_package(args=None):
851851
ap.add_argument('--extra-manifest-xml', default='',
852852
help=('Extra xml to write directly inside the <manifest> element of'
853853
'AndroidManifest.xml'))
854-
ap.add_argument('--extra-manifest-application-entry', default='',
854+
ap.add_argument('--extra-manifest-application-xml', default='',
855855
help='Extra xml to write directly inside the <application> element of'
856856
'AndroidManifest.xml')
857857
ap.add_argument('--extra-manifest-application-arguments', default='',

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
android:hardwareAccelerated="true"
6565
android:extractNativeLibs="true" >
6666

67-
{{ args.extra_manifest_application_entry }}
67+
{{ args.extra_manifest_application_xml }}
6868

6969
{% for l in args.android_used_libs %}
7070
<uses-library android:name="{{ l }}" />

0 commit comments

Comments
 (0)