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?
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?
This is equivalent to blocking SMSManager
altogether 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.