pull/142/head
FongMi 3 years ago
parent 78abccd01f
commit 4e28c1e637
  1. 4
      app/build.gradle
  2. 3
      app/src/mobile/AndroidManifest.xml

@ -21,12 +21,12 @@ android {
leanback {
dimension "mode"
versionCode 205
versionName "20230904"
versionName "20230904#2"
}
mobile {
dimension "mode"
versionCode 205
versionName "20230904"
versionName "20230904#2"
}
java {
dimension "api"

@ -16,7 +16,6 @@
android:name=".ui.activity.MainActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:exported="true"
android:launchMode="singleTask"
android:screenOrientation="fullUser"
android:windowSoftInputMode="adjustPan">
<intent-filter>
@ -103,7 +102,6 @@
<activity
android:name=".ui.activity.LiveActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:screenOrientation="sensorLandscape"
@ -117,7 +115,6 @@
<activity
android:name=".ui.activity.VideoActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:screenOrientation="fullUser"

Loading…
Cancel
Save