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