Skip to content

Commit

Permalink
Merge pull request #2 from pengjia/service
Browse files Browse the repository at this point in the history
Fix the AndroidManifest.tmpl.xml issue
  • Loading branch information
weilitao committed Sep 7, 2012
2 parents 3696eb1 + 30fc7a7 commit 285acc8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/templates/AndroidManifest.tmpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<service android:name="org.renpy.android.PythonService"
android:process=":service">
{%if args.intent_filters %}
{{ intent_filters }}
{% endif %}
</activity>

<service android:name="org.renpy.android.PythonService"
android:process=":service"
/>
</service>
<receiver android:name="org.renpy.android.PythonBootReceiver"
>
<intent-filter>
Expand Down

0 comments on commit 285acc8

Please sign in to comment.