aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2022-09-20 11:47:37 -0700
committerYuncheol Heo <ycheo@google.com>2022-10-14 11:14:21 -0700
commitba6b016efb9386b62134ddcbc8fa52503e34fd13 (patch)
tree5c1b395baab4793da4c2fb9664af959a22b35567
parent5e74c2ae843ff8eca619174971ea4546c01184e1 (diff)
downloadcuttlefish-ba6b016efb9386b62134ddcbc8fa52503e34fd13.tar.gz
Make the cluster display private.
Bug: 237787920 Test: atest android.car.cts.CarOccupantZoneManagerTest Change-Id: Icec219d356887e43aaca15e4dbdbc9b47d9d3d43 (cherry picked from commit 62dfc2a9936f111c1c817ac5b8d096653ff1a4bc) Merged-In: Icec219d356887e43aaca15e4dbdbc9b47d9d3d43
-rw-r--r--shared/auto/overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/auto/overlay/frameworks/base/core/res/res/values/config.xml b/shared/auto/overlay/frameworks/base/core/res/res/values/config.xml
index bf07d0503..7eaea5971 100644
--- a/shared/auto/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/shared/auto/overlay/frameworks/base/core/res/res/values/config.xml
@@ -34,4 +34,11 @@
Handle volume keys directly in CarAudioService without passing them to the foreground app
-->
<bool name="config_handleVolumeKeysInWindowManager">true</bool>
+
+ <!-- Controls if local secondary displays should be private or not. Value specified in the array
+ represents physical port address of each display and display in this list will be marked
+ as private. {@see android.view.Display#FLAG_PRIVATE} -->
+ <integer-array translatable="false" name="config_localPrivateDisplayPorts">
+ <item>1</item> <!-- ClusterDisplay -->
+ </integer-array>
</resources>