摘要:
package com.example.android_server.aidlService;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.os.RemoteException;import com.example.android_server.aidlService.IStudent.Stub;public class MyAIDLService extends Service { StudentBinder binder=null; ... 阅读全文