Skip to content

Commit 95ee399

Browse files
committed
[FIX] Launcher APK does not enable PythonService
This leads to "PythonService not found" on intent sent: `01-11 05:43:10.866 1385 2905 W ActivityManager: Unable to start service Intent { cmp=org.kivy.pygame/org.renpy.android.PythonService (has extras) }: not found` - Enabled PythonService for `launcher` APK too.
1 parent 86f96bf commit 95ee399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</activity>
6666
{% endif %}
6767

68-
{% if service %}
68+
{% if service or args.launcher %}
6969
<service android:name="org.renpy.android.PythonService"
7070
android:process=":PythonService"/>
7171
{% endif %}

0 commit comments

Comments
 (0)