跳转到浏览器

val action = Intent.ACTION_VIEW

//list!![pos].url 网址

val data = Uri.parse(list!![pos].url)

val intent = Intent(action,data )

startActivity(intent)


你可能感兴趣的:(跳转到浏览器)