Possible Duplicate:
Blocking outgoing SMS/MMS in android
Is it possible in Android to prevent the phone from sending any SMS messages but not disabling the phone altogether?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is equivalent to blocking
SMSManageraltogether from your phone!I don’t think this would be possible.
A broadcast sent when SMS is received.
You can register a handler for that and block the sms from being shown in the inbox.
But block sending!? Only way out is to keep the phone in airplane mode.