Skip to content

Commit 63c18b6

Browse files
committed
VideoTestActivity 修改横屏切换配置
1 parent 5f0b61a commit 63c18b6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

sdkdemo/src/main/AndroidManifest.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,29 @@
5656
<activity android:name=".video.VideoOptionsActivity" />
5757
<activity android:name=".video.VideoInputAuthorizeActivity" />
5858
<activity android:name=".video.VideoWlanDetectActivity" />
59-
<activity android:name=".video.preview.VideoTestActivity" />
59+
<activity
60+
android:name=".video.preview.VideoTestActivity"
61+
android:configChanges="orientation|keyboardHidden|screenSize" />
6062
<activity android:name=".video.VideoTestInputActivity" />
61-
<!-- <activity android:name=".video.preview.WlanVideoPreviewActivity"-->
62-
<!-- android:configChanges="orientation|keyboardHidden|screenSize"/>-->
63+
<!-- <activity android:name=".video.preview.WlanVideoPreviewActivity"-->
64+
<!-- android:configChanges="orientation|keyboardHidden|screenSize"/>-->
6365
<activity android:name=".video.VideoMainActivity" />
6466
<activity android:name=".video.nvr.VideoNvrActivity" />
6567
<activity
6668
android:name=".video.playback.VideoPlaybackActivity"
6769
android:configChanges="orientation|keyboardHidden|screenSize" />
68-
<!-- <activity-->
69-
<!-- android:name=".video.preview.VideoMultiPreviewActivity"-->
70-
<!-- android:configChanges="orientation|keyboardHidden|screenSize" />-->
70+
<!-- <activity-->
71+
<!-- android:name=".video.preview.VideoMultiPreviewActivity"-->
72+
<!-- android:configChanges="orientation|keyboardHidden|screenSize" />-->
7173
<activity
7274
android:name=".video.preview.VideoPreviewActivity"
7375
android:configChanges="orientation|keyboardHidden|screenSize" />
7476
<activity
7577
android:name=".video.preview.VideoPreviewMJPEGActivity"
7678
android:configChanges="orientation|keyboardHidden|screenSize" />
77-
<!-- <activity-->
78-
<!-- android:name=".video.preview.VideoWithoutPropertyActivity"-->
79-
<!-- android:configChanges="orientation|keyboardHidden|screenSize" />-->
79+
<!-- <activity-->
80+
<!-- android:name=".video.preview.VideoWithoutPropertyActivity"-->
81+
<!-- android:configChanges="orientation|keyboardHidden|screenSize" />-->
8082
<activity
8183
android:name=".video.preview.VideoPushStreamActivity"
8284
android:configChanges="orientation|keyboardHidden|screenSize" />

0 commit comments

Comments
 (0)