I know that an incoming sms can be easily intercepted using a broadcast reciever. But I did not see any way to intercept an outgoing sms. How can this be done? But there is a way to do this.. Because many third party applications read both incoming and outgoing sms.
I know that an incoming sms can be easily intercepted using a broadcast reciever.
Share
You will have to do something like this:
Good luck with your project 🙂
Edit: md5 method
You can take the (arrival date + message) text to get a unique md5 output.