소스 검색

去掉启动页singleTask模式

Pq 3 년 전
부모
커밋
79036031d4
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      student/src/main/AndroidManifest.xml
  2. 0 1
      teacher/src/main/AndroidManifest.xml

+ 0 - 1
student/src/main/AndroidManifest.xml

@@ -34,7 +34,6 @@
         <activity
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
-            android:launchMode="singleTask"
             android:theme="@style/SplashTheme">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />

+ 0 - 1
teacher/src/main/AndroidManifest.xml

@@ -47,7 +47,6 @@
         <activity
             android:name=".ui.splash.SplashActivity"
             android:exported="true"
-            android:launchMode="singleTask"
             android:screenOrientation="portrait"
             android:theme="@style/SplashTheme">
             <intent-filter>