I have to count all sent text messages (SMS) by user or by some other app.
My app will run as Service (in background) and count sent messages.
Finally, when number of sent messages is greater than some value, I'll trigger an action.
Any idea on this ?
thanks