Opening an email client on clicking a button

前端 未结 6 1866
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 06:01

I am designing an app in which i need to open an email client on clicking a button. The email client should be opened with a pre-defined subject and \'to\' address. Is there

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 06:42

    If you have a e-mail address on screen, you can just use in your xml, like this:

    android:autoLink="email"
    

提交回复
热议问题