CrossApplicationCommunication 跨APP通信 Demo介绍 broadcast:通过广播来跨APP通信 client-aidl:看名字就知道是通过aidl的方式来跨APP通信了 client-messenger:使用Messenger类实现接口来跨APP通信 service:是其他3个module的服务,不安装service其他的都用不了