android - 跨进程服务双向通信 - 对新手详细教程
一、单向通信
1.新建项目:MyServiceOne
2.新建Service:File -> new -> service
package com.likego.myserviceone;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
public ...
原创
2020-04-23 21:15:56 ·
1156 阅读 ·
0 评论