In my application I want to delete all SMS from selected number using broadcast receivers. and it should be perform after every read message(I don’t want to delete unread message).
Does anyone can help me to solve this problem?
Sorry about my English (I’m not speaking good).
Thanks
I couldn’t found any solution for my question. but I got the solution to delete SMS before receiving using abortBroadcast() method in receiver.
and In manifest file: