Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Block Outgoing SMS

Tags:

android

sms

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.

like image 817
nimi Avatar asked Nov 14 '22 05:11

nimi


1 Answers

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.

like image 145
Gaurav Avatar answered Jan 03 '23 02:01

Gaurav