从开发人员文档或本网站上的其他问题我不太了解的是,当最后一个组件解除绑定时,运行为启动和绑定的服务是否会退出?
whether a service running as both started and bound will exit when the last component unbinds from it?
如果在服务上调用了startService(),它将继续运行,无论bindService()和unbindService()调用可能是什么.最终,Android将停止服务,或者用户将终止服务,但最后一次unbindService()都不会立即发生.