-1

I am building an application where there are many Gmail ID of client.

I need when any user click on a particular client ID then it pass to Other selective application like hangout/Gtalk and they can chat there.

David Ansermot
  • 6,052
  • 8
  • 47
  • 82
Hitesh Matnani
  • 533
  • 2
  • 8
  • 26
  • Maybe this can help you. http://stackoverflow.com/questions/3470042/intent-uri-to-launch-gmail-app – ullstrm Oct 06 '14 at 08:04
  • If that's your answer, I will make it an answer and you can accept it so this question gets marked as answered. – ullstrm Oct 06 '14 at 08:27

1 Answers1

0

Maybe this can help you. You should be able to do what you need via an Intent.

Intent URI to launch Gmail App

Community
  • 1
  • 1
ullstrm
  • 9,812
  • 7
  • 52
  • 83