永发信息网

android 怎么防止连续跳微信授权界面

答案:2  悬赏:50  手机版
解决时间 2021-01-30 06:23
  • 提问者网友:我一贱你就笑
  • 2021-01-29 09:36
android 怎么防止连续跳微信授权界面
最佳答案
  • 五星知识达人网友:躲不过心动
  • 2021-01-29 10:55
微信的第三方登录授权过后,获取到了用户的信息后,再去点击微信的登录按钮,不再跳转微信的登录页面了
全部回答
  • 1楼网友:第幾種人
  • 2021-01-29 11:14
intent sendintent = new intent(); sendintent.setaction(intent.action_send); sharedpreferences sp=getpreferences(activity.mode_private); string tv=sp.getstring("tv",""); sendintent.putextra(intent.extra_text,tv); sendintent.settype("text/plain"); startactivity(sendintent); 用以上代码就可以调用到了,我程序里就是这样调用的。你再根据你的程序稍改动下就可以用了,有问题再找我。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯