admin管理员组

文章数量:1646323

可以从第三方应用跳转到QQ界面,并可以进入指定的QQ号码的聊天界面(可以是陌生人的QQ号).

代码如下:

[java]  view plain copy
  1. String url11 = "mqqwpa://im/chat?chat_type=wpa&uin=100000&version=1";  
  2.         startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url11)));  


指定的QQ号只需要修改uin后的值即可。

本文标签: 第三方跳转到androidqq