我在TextView里面有一个ListView。
textview中有链接,我有以下属性集:
android:autoLink="web"我引用了TextView在ArrayAdapter中的内容。当我单击该链接时,它将引发以下错误:
android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity  context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?发布于 2016-03-23 13:28:25
我正在初始化ArrayAdapter w/应用程序上下文
https://stackoverflow.com/questions/36179272
复制相似问题