微信OpenApi集成
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/Android.html <activity
android:name=".wxapi.WXEntryActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:exported="true"
android:taskAffinity="填写你的包名"
android:launchMode="singleTask">
</activity>
现在漏洞检测,检测出StrandHogg漏洞,建议taskAffinity设为空,但是如果设置为空,微信OpenApi回调是否能正常使用?