I am creating a project where I have to periodically check the number of sent SMS and MMS in that timer period. For example, number of sent SMS/MMS in last 15 minutes.
I have seen this post: How to use SMS content provider? Where are the docs? and Mark Murphy (CommonsWare) has mentioned not to use the SMS content provider because it is un-documented.
In the light of above, what can I do to achieve my goal?
@CommonsWare Can you please comment?