Disable SMS in Android

谁都会走 提交于 2020-01-06 02:28:07

问题


I'd like to include a feature in my application that would include a running background service that would disable SMS, if certain conditions were met (location for instance). Is there a way I can intercept the user wanting to open any SMS app and block it? Would a Broadcast Receiver be able to do the trick?

Maybe a different way to go about this? Thanks for all the help.


回答1:


I haven't found a way to do this. I think like the user before states it can't be done.



来源:https://stackoverflow.com/questions/3116474/disable-sms-in-android

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