U盟微信分享

来源:互联网 发布:java的web服务器 编辑:程序博客网 时间:2024/06/07 09:36
  1. <activity android:name="com.xxx.xxx.wxapi.WXEntryActivity"  
  2.             android:launchMode="singleInstance"  
  3.             android:exported="true"  
  4.             android:windowSoftInputMode="adjustPan|adjustUnspecified|stateHidden"  
  5.             android:screenOrientation="portrait"/>

android:exported="true" 这个属性必须配置,要不回调方法。调不起来

0 0
原创粉丝点击