标签: android service android-broadcast
如何从Android设备发送Broad Cast消息,以便具有虚拟性的另一个Android设备可以接收消息并执行适当的操作并回复发件人。怎么去呢?我应该使用Service或BroadCast Receiver吗?
答案 0 :(得分:-1)
更好的选择是使用Android GCM,在向特定设备发送广播时必须实现推送通知
看到这个
http://developer.android.com/google/gcm/index.html