|
56 | 56 | <activity android:name=".video.VideoOptionsActivity" /> |
57 | 57 | <activity android:name=".video.VideoInputAuthorizeActivity" /> |
58 | 58 | <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" /> |
60 | 62 | <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"/>--> |
63 | 65 | <activity android:name=".video.VideoMainActivity" /> |
64 | 66 | <activity android:name=".video.nvr.VideoNvrActivity" /> |
65 | 67 | <activity |
66 | 68 | android:name=".video.playback.VideoPlaybackActivity" |
67 | 69 | 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" />--> |
71 | 73 | <activity |
72 | 74 | android:name=".video.preview.VideoPreviewActivity" |
73 | 75 | android:configChanges="orientation|keyboardHidden|screenSize" /> |
74 | 76 | <activity |
75 | 77 | android:name=".video.preview.VideoPreviewMJPEGActivity" |
76 | 78 | 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" />--> |
80 | 82 | <activity |
81 | 83 | android:name=".video.preview.VideoPushStreamActivity" |
82 | 84 | android:configChanges="orientation|keyboardHidden|screenSize" /> |
|
0 commit comments