I want to create an app that once you click on a button in the main page you will see all the SMS threads and be able to choose one. once you choose one I want to take all its messages and do something with it and then show the result on the screen. Is there some way to start the regular SMS app from my app and then it will send it to my app or should I list all the SMS threads in another activity and then allow to choose a thread?
If only the latter option is valid, should I use the SmsManager? Thanks