I have a service that has its own thread running on background. I\'d like to kill that service including the thread.
I created the thread like this and run it.
use Context.stopService() or stopSelf() method of the Service.
stopSelf()