Android 应用跳转到指定QQ临时聊天界面

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号码

    原文作者:瓦雷
    原文地址: https://www.jianshu.com/p/9221a3676ac1
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞