binder连接池
https://github.com/yinlingchaoliu/android_ipc
多个aidl复用一个service
ShareMemory 内存映射 + 文件锁 保证进程同步
用contentprovider保证线程安全
Settings.System.putInt( context.getContentResolver(), key, value )
Settings.System.getInt( context.getContentResolver(), key )
网友评论