- <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" 这个属性必须配置,要不回调方法。调不起来