Im calling startService() multiple times with different intents for same service. It is clear that only one instance of service exists anytime and startCommand() is called for every startService(). My questions are: 1. is there any performance effects in calling startService() multiple times? 2. Will the intents be handled serially in the order of calling ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):