File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
pythonforandroid/bootstraps Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -767,6 +767,9 @@ def parse_args(args=None):
767767 action = 'store_false' , default = True ,
768768 help = ('Whether to compile to optimised .pyo files, using -OO '
769769 '(strips docstrings and asserts)' ))
770+ ap .add_argument ('--extra-manifest-xml' , default = '' ,
771+ help = ('Extra xml to write directly inside the <manifest> element of'
772+ 'AndroidManifest.xml' ))
770773
771774 # Put together arguments, and add those from .p4a config file:
772775 if args is None :
Original file line number Diff line number Diff line change 4242 <uses-permission android : name =" com.android.vending.BILLING" />
4343 {% endif %}
4444
45+ {{ args.extra_manifest_xml }}
46+
47+
4548 <!-- Create a Java class extending SDLActivity and place it in a
4649 directory under src matching the package, e.g.
4750 src/com/gamemaker/game/MyGame.java
You can’t perform that action at this time.
0 commit comments