我直接new出来会不会出错呢?
我直接在onServiceConnected方法里写MyBindService Service=new MyBindService();行不行呢?
public void onServiceConnected(ComponentName arg0, IBinder binder) {
MyBindService Service=new MyBindService();
}
};