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
Yoc can count SMS Sent by user or any other Appliction on device from listening SMS ContentProvider by using ContentObserver
for complete example how you can register
ContentObserverfor SMS ContentProvider see in this post my answer