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 1e3334b commit 8152518Copy full SHA for 8152518
bootstrap/common/templates/AndroidManifest.tmpl.xml
@@ -82,7 +82,7 @@
82
{% endif %}
83
84
{% if service or args.launcher %}
85
- <service android:name="org.renpy.android.PythonService"
+ <service android:name="{{ args.bootstrap.service_entrypoint }}"
86
android:process=":PythonService"/>
87
88
bootstrap/legacy/bootstrap.properties
@@ -1 +1,2 @@
1
bootstrap.entrypoint=org.renpy.android.PythonActivity
2
+bootstrap.service_entrypoint=org.renpy.android.PythonService
0 commit comments