Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个具有 RemoteService(不同进程)和应用程序(带有 UI)的 Android 程序。现在,如果我有synchronize这两个组件都使用的功能,它们会同步吗?尽管两者都处于不同的过程中?
synchronize
否 - 同步不会跨进程工作。