I am creating an app which require a service. This service create a thread and called selfStop immediately.
How does stopping the service affect the life cycle of created thread?
Is there anyway to stop the service from the thread, if the service is running?
Can a service be stopped after some delay, if it is running?
Thanks!