美文网首页
跨进程通信

跨进程通信

作者: 陈桐Caliburn | 来源:发表于2020-06-24 21:34 被阅读0次

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

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

    用contentprovider保证线程安全

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

    相关文章

      网友评论

          本文标题:跨进程通信

          本文链接:https://www.haomeiwen.com/subject/pqvdfktx.html