Abort SMS Intent on Android KitKat

懵懂的女人 提交于 2019-11-29 06:36:16

Hangouts uses the maximum possible priority (999 per the Intent-Filter docs) and therefore you cannot abort it on <4.4 releases. On 4.4+, only the default SMS app (blog post with details) can make changes to the SMS Provider (i.e., automatically delete the SMS).

You can't stop a message from showing in Default SMS application in kitkat. Checkout following links for details:

Peter Zverkov

You can block SMS on Android 4.4 - 4.4.4 using

1)

  • Using AppsOpps setting
  • WRITE_SMS permission

Sms will be deleted in 10 seconds with notification about this sms.

As option you can block sound on receiving unwanted sms.

2) Set up your app as default sms app.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!