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

微信分享 不闪窗 设置方法

2014-03-17 14:16 211 查看
<activity
android:name="*.wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent" >
</activity>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: