summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2022-09-20 11:45:39 -0700
committerYuncheol Heo <ycheo@google.com>2022-10-14 11:12:58 -0700
commit2efab681e1b89df58eead9675efdd68003d410b0 (patch)
treef0bcfa3866b35e1375ff56e3b78dbc370cef1770 /common
parent029377b4370b6e1b03ba443c4b4b61aff21b0fa8 (diff)
downloadcar-2efab681e1b89df58eead9675efdd68003d410b0.tar.gz
Make the cluster display private.
Bug: 237787920 Test: atest android.car.cts.CarOccupantZoneManagerTest Change-Id: Ibaf12c0c828eebe3c53da6ab552ae3a62c3bcb5c (cherry picked from commit e005f31dfb360cda3739cabeab59d95f45cb626f) Merged-In: Ibaf12c0c828eebe3c53da6ab552ae3a62c3bcb5c
Diffstat (limited to 'common')
-rw-r--r--common/overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/overlay/frameworks/base/core/res/res/values/config.xml b/common/overlay/frameworks/base/core/res/res/values/config.xml
index 711f81d..b66aa87 100644
--- a/common/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/common/overlay/frameworks/base/core/res/res/values/config.xml
@@ -32,4 +32,11 @@
<!-- Device does not support near ultrasound audio-->
<bool name="config_supportMicNearUltrasound">false</bool>
<bool name="config_supportSpeakerNearUltrasound">false</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>