I have gone through many documentation but haven't clarified yet on the list of rules a default sms should follow!
Android-Dev-Blogspot says this:
only the app that receives the SMS_DELIVER_ACTION broadcast (the user-specified default SMS app) is able to write to the SMS Provider
If our app is default sms App should we manually write all the incoming and sent sms to the db or does the system handles that.
Its not properly explained anywhere or maybe I am missing it. I need to know all the rules of being a default sms app. Any help would be appreciated!