how to open Gmail View Message Activity?
Posted
by NickLai
on Stack Overflow
See other posts from Stack Overflow
or by NickLai
Published on 2010-06-01T11:27:54Z
Indexed on
2010/06/01
11:33 UTC
Read the original article
Hit count: 218
gmail
I want to write an application to List the Gmail message. In the list, if user click one of the message item, it shall link ot Gmail App to see more detial information. Currently I can read the Gmail db with Gmail.java.
There are some problems while I want to open Gmail Activity. In general, we can open Activity with Action and parameters. But Gmail App has not release code base. We do not know what Action set to Gmail Activity and what parmeter shall we put the extras. I only know that the Activity of View detial Message is named "HtmlConversationActivity." And the Package is under "com.google.android.gm."
please tell me how to open the View detial Message Activity in Gmail APP.
thanks a lot.
© Stack Overflow or respective owner