Service startService, bindService 当需要和service通信的时候,使用bind,如果只是单纯启动,使用start. 拓展阅读 Binder IPC请参阅“安卓”section。