summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-01-14 08:28:04 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-14 08:28:04 +0000
commit2c5ff58ba30de226d79c48f61f3b6917163694ef (patch)
treeba9692f238ff791586674daad2de73e51b9f60b9
parent9d6f7242010fa1162a68efaf24ca6fb190617be9 (diff)
parent2ccb89d0569ae2f6c3086aaa848b9916e20ed349 (diff)
downloadandroid_device_google_atv-2c5ff58ba30de226d79c48f61f3b6917163694ef.tar.gz
android_device_google_atv-2c5ff58ba30de226d79c48f61f3b6917163694ef.tar.bz2
android_device_google_atv-2c5ff58ba30de226d79c48f61f3b6917163694ef.zip
Snap for 4545621 from 2ccb89d0569ae2f6c3086aaa848b9916e20ed349 to pi-release
Change-Id: I10b3f1ba11f89f449fb014762c191b76b4dbb55c
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index feb44b2..8a44d85 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -15,6 +15,9 @@
-->
<resources>
+ <!-- Known ATV devices do not support rotation, force no rotation by default. -->
+ <bool name="config_forceDefaultOrientation">true</bool>
+
<!-- Flag indicating that the media framework should support playing of sounds on volume
key usage. This adds noticeable additional overhead to volume key processing, so
is disableable for products for which it is irrelevant. -->