摘要: 文件目录结果如下: 一、 编写AIDL文件 IHelloService.aidl: 1 /** {@hide} */ 2 interface IHelloService 3 { 4 void sayhello(); 5 int sayhello_to(String name); 6 } 1. 把 I 阅读全文
posted @ 2017-09-14 16:33 winfu 阅读(967) 评论(0) 推荐(0) 编辑