private void nextWeChat() {
ClipboardManager cm = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE);
// 将文本内容放到系统剪贴板里。
cm.setText("memory_xinsheng");
ToastUtils.show(Res.getStr(R.string.fuzhichenggong));
}
private void nextQQ() {
try {
String url = "mqqwpa://im/chat?chat_type=wpa&uin=1539309671";
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
} catch (Exception e) {
LogUtils.e(e);
ToastUtils.show("您未安装qq");
}
}
android跳转QQ
最新推荐文章于 2023-07-20 09:39:08 发布