8000 Background Service is killed when app is swiped (close by user) · Issue #1783 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content
Background Service is killed when app is swiped (close by user) #1783
Closed
@brvier

Description

@brvier

Versions

  • Python: 2.7
  • OS: Android
  • Kivy: master
  • Cython: recommended
  • Pythonforandroid: master

Description

When you close a application, the service is also closed. This is an unexpected behaviors, as service should run in background, and not be killed then restarted when you kill the app.

This happen as when you remove task from task list, the method onTaskRemoved of the service is also called.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0