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.
我想在一些不同的应用程序中建立通信。所有应用程序仅由我开发。那么是否可以同时使用 AIDL 和 IPC。
谢谢
这是一个非常好的使用 AIDL 创建后台服务的教程。您可以做的是将您的 AIDL 文件放入服务应用程序并开发您的服务功能。然后将那些没有服务实现的 AIDL 文件复制到其他应用程序。现在,第二个应用程序可以连接到您的服务(由其他应用程序部署)。