您的位置:首页 > 移动开发 > 微信开发

U盟微信分享

2015-06-08 12:07 453 查看
<activity android:name="com.xxx.xxx.wxapi.WXEntryActivity"
android:launchMode="singleInstance"
android:exported="true"
android:windowSoftInputMode="adjustPan|adjustUnspecified|stateHidden"
android:screenOrientation="portrait"/>

android:exported="true" 这个属性必须配置,要不回调方法。调不起来
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: