android - 微信 OAuth2.0 获得 SendAuth的Resp返回数据
天蓬老师
天蓬老师 2017-04-17 12:03:33
0
2
1120
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
迷茫

Create a new wxapi directory under the package name, and create a WXEntryActivity Activity in wxapi with the same name.

Assuming the package name is xxx.xxx.xxx, then it is

xxx.xxx.xxx.wxapi.WXEntryActivity.java
Also declare

in AndroidManifest.xml
 <activity
        android:name=".wxapi.WXEntryActivity"
        android:exported="true"
        android:label="@string/title_activity_wxentry"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.NoDisplay" > 这行加上之后可以屏蔽掉闪动的情况,一定要加上哦,不用谢。

Just implement that interface

For details, please see http://seanchense.github.io/blog/android_use_wechat_oauth.html

刘奇

LZ, have you finished logging in with WeChat? ? ?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template