1、先是调用startservice来开启服务,并在且在后台一起运行。

2、在调用bindservice,获取中间对象。

3、unbindservice解绑服务。

4、最后在调用stopservice

这样就实现了两种service一同使用了。

05-07 11:19