| | |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name="com.moral.yunfushao.activity.LoginActivity" |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name="com.moral.yunfushao.activity.RegisterActivity" |
| | |
| | | <activity |
| | | android:name=".wxapi.WXEntryActivity" |
| | | android:exported="true" |
| | | android:taskAffinity="com.moral.yunfushao" |
| | | android:launchMode="singleTask" |
| | | android:taskAffinity="com.moral.yunfushao" |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar"></activity> |
| | | <!-- Bugly升级SDK配置结束--> |
| | | </application> |