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” 清空所有的栈,指保留一个。。
本文标题:分享 直接调用系统的分享。。
本文链接:https://www.haomeiwen.com/subject/pkrgtltx.html
网友评论