File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
pythonforandroid/bootstraps
service_only/build/templates Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ ready.
166
166
- ``add-source ``: Add a source directory to the app's Java code.
167
167
- ``--port ``: The port on localhost that the WebView will
168
168
access. Defaults to 5000.
169
+ - ``--extra-manifest-xml ``: Extra xml to write directly inside the
170
+ ``<manifest> `` element of AndroidManifest.xml.
169
171
- ``--manifest-placeholders ``: Inject build variables into the manifest
170
172
via the ``manifestPlaceholders `` property.
171
173
- ``--enable-google-services ``: Enable the Google Services Gradle plugin.
Original file line number Diff line number Diff line change 35
35
<uses-permission android : name =" com.android.vending.BILLING" />
36
36
{% endif %}
37
37
38
+ {{ args.extra_manifest_xml }}
39
+
38
40
<!-- Create a Java class extending SDLActivity and place it in a
39
41
directory under src matching the package, e.g.
40
42
src/com/gamemaker/game/MyGame.java
Original file line number Diff line number Diff line change 36
36
<uses-permission android : name =" com.android.vending.BILLING" />
37
37
{% endif %}
38
38
39
+ {{ args.extra_manifest_xml }}
40
+
39
41
<!-- Create a Java class extending SDLActivity and place it in a
40
42
directory under src matching the package, e.g.
41
43
src/com/gamemaker/game/MyGame.java
You can’t perform that action at this time.
0 commit comments