How can I open mail client from my app, NOT SENDING EMAIL just open the inbox? when I use
Intent intent = new Intent(Intent.ACTION_VIEW); Uri data =
You can just use in your xml, like this:
android:autoLink="email"