startActivity(Intent.createChooser(Intent().apply {
action = Intent.ACTION_SEND
putExtra(Intent.EXTRA_TEXT,"{${mViewModel.showTitle}}:${mViewModel.url}")
type ="text/plain"
},"分享到"))
popupto 导航到目的地。然后popInclusive=“true” 清空所有的栈,指保留一个。。
startActivity(Intent.createChooser(Intent().apply {
action = Intent.ACTION_SEND
putExtra(Intent.EXTRA_TEXT,"{${mViewModel.showTitle}}:${mViewModel.url}")
type ="text/plain"
},"分享到"))
popupto 导航到目的地。然后popInclusive=“true” 清空所有的栈,指保留一个。。