Commit a71aa20c authored by Thoren Paulson's avatar Thoren Paulson Committed by Commit Bot

[Chromecast] Set orientation to landscape.

Set the screen orientation for CastWebContentsActivity to landscape in
the Android manifest.

Bug: internal b/74443822
Test: CQ

Change-Id: I90726b7ec7ac38f756459f246df7a3eb706f3b46
Reviewed-on: https://chromium-review.googlesource.com/963477Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Commit-Queue: Thoren Paulson <thoren@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543212}
parent 20ce9b76
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
android:exported="true" android:exported="true"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:launchMode="standard" android:launchMode="standard"
android:screenOrientation="landscape"
android:taskAffinity=".CastWebContentsActivity" android:taskAffinity=".CastWebContentsActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
android:excludeFromRecents="true" android:excludeFromRecents="true"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment