When we click on messages we are showed with the inbox.
I want to show the same window when i clicked on my application\'s button.
So, I want to start message in
SMS content provider will give you the all sms related data . the Screen you are talking about is implemented by manufacturer using that data . so you have two choices to achieve this :
1) Use cursor returned by related content provider and create your own screen with desired look and feel .
2) get Information about package name of message screen for diffrent manufacures (like suppose samsung have com.samsung.smsscreeen ) and lauch intent for this class name . write case statements for devices you want to add.