摘要: 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; ... 阅读全文
posted @ 2013-11-14 10:47 skyko 阅读(160) 评论(0) 推荐(0) 编辑