如何让用户能够使用多个通信应用程序共享应用程序?

时间:2017-11-08 00:38:26

标签: android hyperlink share communication sharing

当我使用以下代码时,用户只能选择一次通信应用程序(例如WhatsApp),以共享应用程序链接。 下次默认选择此通信应用程序,用户无法选择任何其他通信应用程序。

Thread.sleep()

1 个答案:

答案 0 :(得分:0)

您想要使用选择器意图:

String title = "Your Chooser Title"
context.startActivity(Intent.createChooser(sendIntent, title));