Skip to content

[FIX] Launcher APK does not enable PythonService #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 18, 2014

Conversation

alanjds
Copy link
Contributor

@alanjds alanjds commented Jan 11, 2014

When using the Launcher APK, apps using PythonService got "PythonService not found" on .service.start():

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

This PR:

  • Enabled PythonService for launcher APK too.

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.
@tito
Copy link
Member

tito commented Jan 18, 2014

Good!

tito added a commit that referenced this pull request Jan 18, 2014
[FIX] Launcher APK does not enable PythonService
@tito tito merged commit 21037eb into kivy:master Jan 18, 2014
@alanjds alanjds deleted the fix-launcher-service branch July 19, 2016 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants