Is it possible to disable SMS received and send notification in status bar ?? What is the procedure to do this ?
Asked
Active
Viewed 4,692 times
2 Answers
1
For a reliable solution, see this: Can we delete an SMS in Android before it reaches the inbox?

Community
- 1
- 1

Tarnay Kálmán
- 6,907
- 5
- 46
- 57
0
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();

Mikey
- 4,218
- 3
- 25
- 25
-
But it receives before intent called!! – Raja Jawahar Apr 16 '16 at 12:12