Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以一种不会进入收件箱且通知也不会显示sms的方式阻止来自我的应用程序的消息。sms是否可以?如果是的话,如何做到这一点?任何线索或提示都会起作用。
sms
除非您的应用程序具有高优先级并在系统消息应用程序之前安装,否则这是不可能的
同意 DjHacktorRebeborn 的回答,但您可以通过编写自己的BroadCastReceiver.
BroadCastReceiver
您需要编写一个代码,用于跟踪接收短信并将这些短信移动到另一个位置。
但是,默认情况下,短信只会出现在收件箱中。