Hi,
I am trying to capture SMS packets that are sent by my phone.
Will content providers be the right approach in doing that?
1) If I send SMS from different applications, will all the messages be stored in the same content provider??
To capture received SMS packets, I made a separate SMS app and then saved messages by creating a database that saves messages when they are broadcasted by the broadcast receiver.
2) Is the above approach fine for saving received messages or should I use content providers?
Thanks,
Pragya
I am trying to capture SMS packets that are sent by my phone.
Will content providers be the right approach in doing that?
1) If I send SMS from different applications, will all the messages be stored in the same content provider??
To capture received SMS packets, I made a separate SMS app and then saved messages by creating a database that saves messages when they are broadcasted by the broadcast receiver.
2) Is the above approach fine for saving received messages or should I use content providers?
Thanks,
Pragya