Is it possible to block Outgoing SMS?

前端 未结 2 1447
北海茫月
北海茫月 2021-02-06 11:27

Here is the Code which I am using,

public class MyCallControllerActivity extends Activity 
{
    static int Count;
 /** Called when the activity is first created         


        
2条回答
  •  耶瑟儿~
    2021-02-06 12:11

    You cannot block the Outgoing SMS from the default Message application because there is no Broadcast for Outgoing Text Messages.

    A Simple Google search will reveal this

提交回复
热议问题