In my application, I'm starting a Service multiple times even when it's running. Its a service that is perpetually running.
My question here is, when I call stopService()
, will it stop the current running Service and ALSO clear the stack of the waiting intent? Because I want to be sure it is not running anymore.
I dont stop my
Service
, it isSTICKY
Service
. When starting app i am controlling the service is running or not like :Usage :
But when i logout my user i am stopping service like :