Skip to content

Commit 8152518

Browse files
committed
Allow selection of service_entrypoint by bootstrap
1 parent 1e3334b commit 8152518

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bootstrap/common/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
{% endif %}
8383

8484
{% if service or args.launcher %}
85-
<service android:name="org.renpy.android.PythonService"
85+
<service android:name="{{ args.bootstrap.service_entrypoint }}"
8686
android:process=":PythonService"/>
8787
{% endif %}
8888

bootstrap/legacy/bootstrap.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
bootstrap.entrypoint=org.renpy.android.PythonActivity
2+
bootstrap.service_entrypoint=org.renpy.android.PythonService

0 commit comments

Comments
 (0)