android的textView中添加链接的时候,若链接为email,程序直接挂掉,求解决
<TextView android:id="@+id/text_body" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="30dip" android:layout_marginRight="0dip" android:layout_marginTop="8dip" android:autoLink="web|email" android:textColor="#000" android:textSize="14sp" />
02-21 15:06:00.753: E/AndroidRuntime(14254): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=mailto:xxxxxxx@xxxxxxx.xxx (has extras) }