|
@@ -28,23 +28,22 @@
|
|
|
android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
-
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
-
|
|
|
-
|
|
|
</intent-filter>
|
|
|
<intent-filter>
|
|
|
+ <!--colexiustudent://html:8888/SplashActivity?url=10011002-->
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
-
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
<data
|
|
|
- android:host="html:8888/SplashActivity"
|
|
|
- android:scheme="ColexiuStudent"
|
|
|
- tools:ignore="AppLinkUrlError" />
|
|
|
+ android:host="html"
|
|
|
+ android:path="/SplashActivity"
|
|
|
+ android:port="8888"
|
|
|
+ android:scheme="colexiustudent" />
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
+
|
|
|
<activity
|
|
|
android:name=".ui.splash.GuideActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
@@ -54,6 +53,7 @@
|
|
|
android:name=".ui.main.MainActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
android:exported="false"
|
|
|
+ android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
@@ -131,14 +131,14 @@
|
|
|
<activity
|
|
|
android:name=".ui.course.SparringCourseDetailActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
- android:windowSoftInputMode="adjustNothing"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="adjustNothing" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".ui.course.PianoRoomCourseDetailActivity"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
- android:windowSoftInputMode="adjustNothing"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="adjustNothing" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".ui.course.PracticeCourseDetailActivity"
|