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.
如何从 Android 设备发送广播消息,以便 vincity 中的另一台 Android 设备可以接收消息并执行适当的操作并回复发件人。怎么办?我应该使用服务还是广播接收器?
更好的选择是使用 android GCM 在向特定设备发送广播时,您必须实现推送通知
看到这个
http://developer.android.com/google/gcm/index.html