我想链接一个电子邮件地址并为电子邮件添加一个静态主题。
在布局中我有这个:
<TextView
android:id="@+id/textView5"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:autoLink="email"
android:text="@string/email" />
如何在电子邮件中添加主题?我应该在Activity
withaddLinks()
方法中做到这一点,对吗?我尝试了一些组合,但电子邮件被附加到主题...
我检查了这些来源,但没有运气: