Disable notification of incoming/outgoing SMS in android
Is it possible to disable SMS received and send notification in status 开发者_StackOverflow社区bar ?? What is the procedure to do this ?
For a reliable solution, see this: Can we delete an SMS in Android before it reaches the inbox?
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();
精彩评论