小编ram*_*him的帖子

Android本地绑定

为什么我们getService在这里使用方法?

public class LocalBinder extends Binder {
    LocalService getService() {
        return LocalService.this;
    }
}
Run Code Online (Sandbox Code Playgroud)

android android-service android-binder

2
推荐指数
1
解决办法
2680
查看次数

标签 统计

android ×1

android-binder ×1

android-service ×1