摘要: 如果需要访问不同进程间service中的数据或者方法,需要使用AIDL(android interface description language)工具,可以通过如下方法: public boolean bindService(Intent intent, ServiceConnection ... 阅读全文
posted @ 2015-05-28 17:49 woodrow_woo 阅读(171) 评论(0) 推荐(0)