issues
search
mindbirth
/
snap-services
A drop-in replacement for Android services, fully compatible with Android O
25
stars
10
forks
source link
Don't kill process after finish. Wait for the system to do so
#5
Closed
mindbirth
closed
7 years ago
mindbirth
commented
7 years ago
increased version to 1.2.2
the default behaviour now is to not force kill a process after it's finished
removed the onQuit() method from the SnapServices as it serves no purpose. Moved the logic to onDestroy()
removed unnecessary dependencies from the snapservices module