安卓平台,微信开放标签<wx-open-launch-app>无法唤起APP?
<activity
android:name="com.heishi.android.app.wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|uiMode|screenSize"
android:exported="true"
android:launchMode="singleTask"
android:screenOrientation="behind"
android:taskAffinity="com.heishi.android.app"
android:theme="@style/WXEntryTheme"
android:windowSoftInputMode="adjustResize|stateHidden" />