Skip to content
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

Adding stopWithTask tag and onTaskRemoved to the service #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2020

  1. Small change to ensure that the foreground service will be killed.

    I noticed that my application was killed  because the foreground service continued to run after closing the app. So, I made this change to solve this problem by adding the stopWithTask tag on the AndroidManifest.xml and calling stopSelf inside  onTaskRemoved.
    matheus-bg committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    9218baf View commit details
    Browse the repository at this point in the history
  2. Deleting auto generated vscode file.

    matheus-bg committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    8d2a6d0 View commit details
    Browse the repository at this point in the history