I have defined the following service with an observer of messages sent. The problem is that when sending a message, I sense that is called 3 times onChange method of content
You have kept the Observer for the SMS database through URI. so whenever message is being send the database is updated and 3 of the column of that table is getting updated. so it will notify the observer for each of them. so it is being called for as many times as table data is updated.