标签: android hyperlink share communication sharing
当我使用以下代码时,用户只能选择一次通信应用程序(例如WhatsApp),以共享应用程序链接。 下次默认选择此通信应用程序,用户无法选择任何其他通信应用程序。
Thread.sleep()
答案 0 :(得分:0)
您想要使用选择器意图:
String title = "Your Chooser Title" context.startActivity(Intent.createChooser(sendIntent, title));