安卓MobTech集成
2019-07-02 本文已影响0人
C_G__
QQ登录
返回110404代码,请查看QQ相关的AppId等设置是否正确。
在AndroidManifest.xml中添加activity标签,android:name="com.mob.tools.MobUIShell"
AndroidManifest.xml
<activity
android:name="com.mob.tools.MobUIShell"
android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustResize" />