| | |
| | | tools:replace="android:icon,android:label"> |
| | | <activity |
| | | android:name=".activity.SplashActivity" |
| | | android:launchMode="singleInstance" |
| | | android:theme="@style/AppWelcomeTheme"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | |
| | | </activity> |
| | | <activity |
| | | android:name="com.moral.yunfushao.MainActivity" |
| | | android:screenOrientation="portrait" /> |
| | | android:screenOrientation="portrait" > |
| | | </activity> |
| | | <activity |
| | | android:name="com.moral.yunfushao.activity.ForgetPasswordActivity" |
| | | 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" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name="com.moral.yunfushao.activity.BLESearchActivity" |
| | | android:launchMode="singleInstance" |
| | | android:screenOrientation="portrait" /> |
| | | <activity |
| | | android:name="com.moral.yunfushao.activity.VoiceSetActivity" |
| | |
| | | <activity |
| | | android:name=".wxapi.WXEntryActivity" |
| | | android:exported="true" |
| | | android:launchMode="singleTop" |
| | | android:launchMode="singleTask" |
| | | android:taskAffinity="com.moral.yunfushao" |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar"></activity> |
| | | <!-- Bugly升级SDK配置结束--> |
| | | </application> |