I would like to know how can I call the SMS details screen in Android Phone Messaging from my apps?
I want to open the SMS details messaging screen for particular number by passing in the Address. The PhoneSMS is managed to list the SMS db contents. But I wanted to use the android phone standard screen to show the details. Any advice on this?
Something similar to the attached screen.
Either to launch the standard SMS / MMS apps to display the details for the particular group. Is it possible to do that?
I don't think that it is possible. You can send an intent to start the default SMS app. However there isn't any standard intent parameters that allow you to show a specific SMS thread.