mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-27 09:13:53 +01:00
44aa0a3239
Android has no reliable way to stop a service instantly. Calling stopSelf marks allows the system to destroy the service but the actual call to onDestroy takes until the next GC of the system, which we can not influence. Try to wait for the service at least a bit. |
||
---|---|---|
.. | ||
sampledata | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard.cfg |