Disable Notification Of Incoming/outgoing SMS In Android
Is it possible to disable SMS received and send notification in status bar ?? What is the procedure to do this ?
Solution 1:
For a reliable solution, see this: Can we delete an SMS in Android before it reaches the inbox?
Solution 2:
Small hack, get the incoming message and number using a broadcastReceiver and put it somewhere(put it in the Log.d() to check) then this.abortBroadcast();
Post a Comment for "Disable Notification Of Incoming/outgoing SMS In Android"