How to design the BroadcastReceiver class that will block outgoing SMS.
abortBroadcast(); does not work. Any help will be appreciated.
if ((actionType.equals(Intent.ACTION_SEND)))
{
setResultData(null); // I tried this and abortBroadcast(); as well
}