随笔分类 -  android study

安卓中的system service
摘要:系统服务的代码路径: framework/base/services/java/com/android/server这些系统服务大部分都have a JNI counterpart, through which these services talk to lower layers like the... 阅读全文

posted @ 2016-01-11 09:20 CarrieSmile 阅读(675) 评论(0) 推荐(0)

Binder in Android
摘要:安卓源代码:https://android.googlesource.com/?format=HTML使用binder,应用可以跟系统或者其他应用通讯 (it is used in almost everything that happens across processes in the core... 阅读全文

posted @ 2016-01-10 21:08 CarrieSmile 阅读(169) 评论(0) 推荐(0)