How can edit the SMS_RECEIVED settings?

115 views Asked by At

Is there a way to override the settings so that if I receive a sms nothing happens, or at least there is no vibration and no sound?

1

There are 1 answers

2
subrussn90 On

You can write a broadcastReceiver class for receiving the SMS,and call the

abortbroadcast();

for aborting the broadcast of the SMS came,and can prevent it from being into the notification and to the Inbox;rather you can save the SMS to a string easily....Try it...