在服务的onBind(Intent intent)方法中返回实现了aidl接口的对 // 象(本例是ServiceBinder)。内容如下: public class DownloadService extends Service { private ServiceBinder serviceBinder = new ServiceBinder();
在服务的onBind(Intent intent)方法中返回实现了aidl接口的对 // 象(本例是ServiceBinder)。内容如下: public class DownloadService extends Service { private ServiceBinder serviceBinder = new ServiceBinder();