1:还原代码

This commit is contained in:
2025-12-25 14:48:31 +08:00
parent e26101c35f
commit 8fec498dba

View File

@@ -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>