File tree 2 files changed +2
-2
lines changed
pythonforandroid/bootstraps
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):
851
851
ap .add_argument ('--extra-manifest-xml' , default = '' ,
852
852
help = ('Extra xml to write directly inside the <manifest> element of'
853
853
'AndroidManifest.xml' ))
854
- ap .add_argument ('--extra-manifest-application-entry ' , default = '' ,
854
+ ap .add_argument ('--extra-manifest-application-xml ' , default = '' ,
855
855
help = 'Extra xml to write directly inside the <application> element of'
856
856
'AndroidManifest.xml' )
857
857
ap .add_argument ('--extra-manifest-application-arguments' , default = '' ,
Original file line number Diff line number Diff line change 64
64
android : hardwareAccelerated =" true"
65
65
android : extractNativeLibs =" true" >
66
66
67
- {{ args.extra_manifest_application_entry }}
67
+ {{ args.extra_manifest_application_xml }}
68
68
69
69
{% for l in args.android_used_libs %}
70
70
<uses-library android : name =" {{ l }}" />
You can’t perform that action at this time.
0 commit comments