想实现一个短信屏蔽功能的软件,对短信的内容做检查,如果出现设定好的关键字,就删除这条短信。
但是通过静态注册广播接收器,在调用 abortBroadCast() 方法后,依然无法阻断广播的传递,手机的 Messenger 软件依然会读取到短信信息,而我设置的广播接受器的优先级已经是最大了。
手机系统是 Android 6.0, 不知道这是不是系统版本的缘故,希望能够解决!
阿神2017-04-17 17:33:14
I really want to remember that it is difficult to meet this requirement in systems after 4.0
PHP中文网2017-04-17 17:33:14
It’s because of the system. You need to set your application as the system’s default SMS application first.