1:还原代码
This commit is contained in:
@@ -148,11 +148,15 @@
|
||||
android:exported="true"
|
||||
android:screenOrientation="behind"
|
||||
android:theme="@style/main_SplashThemeImage">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="com.qxcm.qxlive.LAUNCH_PAGE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- 配置APP ID -->
|
||||
<meta-data
|
||||
@@ -175,7 +179,7 @@
|
||||
android:name="com.mobile.auth.gatewayauth.LoginAuthActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/authsdk_activity_dialog" />
|
||||
|
||||
<!-- <activity-->
|
||||
@@ -200,12 +204,9 @@
|
||||
<activity
|
||||
android:name=".PasswordLoginActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
>
|
||||
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="com.qxcm.qxlive.LAUNCH_PAGE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user