bindservice

bindservicebindservice
  1. To perform IPC , your application must bind to a service , using bindService () .

    要执行IPC,应用程序必须用bindService()绑定到服务上。

  2. Or you can bind to the service by passing an Intent to bindService () .

    或者你能通过向bindService()方法传递一个Intent来绑定一个service。