Nice! And `LifecycleService` also manages its own ...
# coroutines
d
Nice! And
LifecycleService
also manages its own thread?
l
Better, it reuses the UI thread. It's a regular service that is also a
LifecycleOwner
. But you better read the API guides on started services and foreground services before going any further