5

How can I block outgoing an SMS if it contains a filtered word according to a database? I can monitor that a sent message contains a filtered word but I am unable to block the SMS.

Ben Brocka
  • 2,006
  • 4
  • 34
  • 53
nimi
  • 586
  • 1
  • 10
  • 20
  • Off topic, unless you want to do that with code. In general however, this is a user setting and not something an application should perform. – kgiannakakis Nov 19 '10 at 12:09
  • 4
    possible duplicate of [Is there any way to Intercept incoming calls/sms to either block/unblock it?..Android](http://stackoverflow.com/questions/2406867/is-there-any-way-to-intercept-incoming-calls-sms-to-either-block-unblock-it-and) – Macarse Nov 19 '10 at 12:13

1 Answers1

1

You can not stop default message sending application on your mobile to send sms. for this you have have to create your own sms box application and then you are able to add your customized feature to it.

Gaurav
  • 114
  • 3
  • 7