android app唤醒手机qq,发起即时对话

    xiaoxiao2021-03-25  85

    String url="mqqwpa://im/chat?chat_type=wpa&uin=这里是qq号";   startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));   注意,qq号如果是未加好友的情况下不能聊天,需要开通推广功能。 推广开通网址  http://shang.qq.com/v3/widget.html
    转载请注明原文地址: https://ju.6miu.com/read-38870.html

    最新回复(0)