Skip to content

Commit 9ed4a9d

Browse files
committed
added support for include xml elements inside <manifest><application>
1 parent 7de5d2b commit 9ed4a9d

File tree

1 file changed

+3
-0
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+3
-0
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,9 @@ 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='',
855+
help='Extra xml to write directly inside the <application> element of'
856+
'AndroidManifest.xml')
854857
ap.add_argument('--extra-manifest-application-arguments', default='',
855858
help='Extra arguments to be added to the <manifest><application> tag of'
856859
'AndroidManifest.xml')

0 commit comments

Comments
 (0)