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):
767
767
action = 'store_false' , default = True ,
768
768
help = ('Whether to compile to optimised .pyo files, using -OO '
769
769
'(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' ))
770
773
771
774
# Put together arguments, and add those from .p4a config file:
772
775
if args is None :
Original file line number Diff line number Diff line change 42
42
<uses-permission android : name =" com.android.vending.BILLING" />
43
43
{% endif %}
44
44
45
+ {{ args.extra_manifest_xml }}
46
+
47
+
45
48
<!-- Create a Java class extending SDLActivity and place it in a
46
49
directory under src matching the package, e.g.
47
50
src/com/gamemaker/game/MyGame.java
You can’t perform that action at this time.
0 commit comments