String url11 = "mqqwpa://im/chat?chat_type=wpa&uin=100000&version=1";
try {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url11)));
} catch (Exception e) {
// 未安装手Q或安装的版本不支持 showToast("未安装手Q或安装的版本不支持");
}
其中的uin= 为所需要跳转的QQ号码