Does calling stopService() stops all awaiting service intent
问题 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. 回答1: I dont stop my Service , it is STICKY Service . When starting app i am controlling the service is running or not like : public static boolean isMyServiceRunning(Class<?>