http://greenrobot.org/eventbus/documentation/priorities-and-event-cancellation/ 思路:设置订阅者的优先级,优先级高的接收事件处理,取消事件,事件无法继续往下传递,达到指定接收者的目的。 1.Subscriber Priorities You may change the order of eve
如果你想拦截别人接收到的短信,达到你不可告人的目的,那么本节内容可以实现你的需求。 当系统收到短信时,会发出一个action名称为android.provider.Telephony.SMS_RECEIVED的广播Intent,该Intent存放了接收到的短信内容,使用名称“pdus”即可从Intent中获取短信内容。 public class IncomingSMSReceiver e