From 95ee39942965f5c1762525ad58d9aa13731b2574 Mon Sep 17 00:00:00 2001 From: Alan Justino Date: Sat, 11 Jan 2014 11:41:00 -0200 Subject: [PATCH] [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. --- src/templates/AndroidManifest.tmpl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/AndroidManifest.tmpl.xml b/src/templates/AndroidManifest.tmpl.xml index 1eafea4355..03b0f85056 100644 --- a/src/templates/AndroidManifest.tmpl.xml +++ b/src/templates/AndroidManifest.tmpl.xml @@ -65,7 +65,7 @@ {% endif %} - {% if service %} + {% if service or args.launcher %} {% endif %}