I am a Android noob,I want to modify com.android.messaging to add some new features such as material design
Now I want to get conversation list in com.android.messaging source code,but I cannot find function to provide this data
I see the adapter but I cannot find arraylist that includes conversation data
I tried to search in google but they all about com.android.mms not messaging
Which function provide conversation data such as message body and how them work
Thanks