We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de5d2b commit 9ed4a9dCopy full SHA for 9ed4a9d
pythonforandroid/bootstraps/common/build/build.py
@@ -851,6 +851,9 @@ def parse_args_and_make_package(args=None):
851
ap.add_argument('--extra-manifest-xml', default='',
852
help=('Extra xml to write directly inside the <manifest> element of'
853
'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')
857
ap.add_argument('--extra-manifest-application-arguments', default='',
858
help='Extra arguments to be added to the <manifest><application> tag of'
859
'AndroidManifest.xml')
0 commit comments