File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pythonforandroid/bootstraps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' , default = '' ,
854+ ap .add_argument ('--extra-manifest-application-entry ' , 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 = '' ,
Original file line number Diff line number Diff line change 6464 android : hardwareAccelerated =" true"
6565 android : extractNativeLibs =" true" >
6666
67- {{ args.extra_manifest_application }}
67+ {{ args.extra_manifest_application_entry }}
6868
6969 {% for l in args.android_used_libs %}
7070 <uses-library android : name =" {{ l }}" />
You can’t perform that action at this time.
0 commit comments