跳至主要內容

跨进程通信

引领潮流小于 1 分钟知识进阶archive

binder连接池 https://github.com/yinlingchaoliu/android_ipc 多个aidl复用一个service

ShareMemory 内存映射 + 文件锁 保证进程同步

用contentprovider保证线程安全

Settings.System.putInt( context.getContentResolver(), key, value )
Settings.System.getInt( context.getContentResolver(), key )