我想要在Android中打开Discord服务器。
我知道如何对Twitter进行操作,尝试了这种方法,但不起作用
try {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("twitter://user?screen_name=username")));
} catch (Exception e) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://twitter.com/username")));
}
答案 0 :(得分:0)
我通过测试不同的东西找到了我们,如果您安装了不和谐的东西,则不需要明确指定任何内容,我做了如下操作
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://discord.gg/invitecode")))