摘要: ###参考文档 https://mirrors.ustc.edu.cn/help/aosp.html https://zhuanlan.zhihu.com/p/425824622 https://source.android.google.cn/setup/start/build-numbers a 阅读全文
posted @ 2022-06-12 09:31 bobfly1984 阅读(688) 评论(0) 推荐(0) 编辑
摘要: binder服务类通过继承BinderService模板类,可以方便的发布binder服务到servicemanager。 template<typename SERVICE> class BinderService { public: static status_t publish(bool al 阅读全文
posted @ 2022-06-12 00:01 bobfly1984 阅读(56) 评论(0) 推荐(0) 编辑