Skip to content

Commit

Permalink
extra-manifest-application-entry to extra-manifest-application-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjdjvu committed Feb 15, 2023
1 parent a4947e0 commit f5f6e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythonforandroid/bootstraps/common/build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ def parse_args_and_make_package(args=None):
ap.add_argument('--extra-manifest-xml', default='',
help=('Extra xml to write directly inside the <manifest> element of'
'AndroidManifest.xml'))
ap.add_argument('--extra-manifest-application-entry', default='',
ap.add_argument('--extra-manifest-application-xml', default='',
help='Extra xml to write directly inside the <application> element of'
'AndroidManifest.xml')
ap.add_argument('--extra-manifest-application-arguments', default='',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
android:hardwareAccelerated="true"
android:extractNativeLibs="true" >

{{ args.extra_manifest_application_entry }}
{{ args.extra_manifest_application_xml }}

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

0 comments on commit f5f6e7c

Please sign in to comment.