1) In my app I need to block SMS app notifications on certain conditions. I've used abortBroadcast(). It's working fine except in my LG device. In LG device no SMS notification is shown but it also deletes the SMS from inbox. Any help is appreciated.
2) Can anyone suggest the equivalent of abortBroadcast() in Android 4.4?