Well I want to redirect user from app to default mail client in his phone.
I heard that i can’t just make intent that launch mailing app. So the general idea is to get possible applications for Intent.Action_Send, and just start one that user picked with Intent.CreateChooser(…);.
But it seems that i can’t or i don’t know how to get picked package name.
So i made quick woraround for my problem.
I’m letting user decide if to run gmail, on ConversationList, or open email client by himself.
I also protected it from crashing when there will be no gmail client on some phone.