aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-15 21:03:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-15 21:03:19 +0000
commitb6617675284afa31596905f6652b28510f3634bf (patch)
tree5c1b395baab4793da4c2fb9664af959a22b35567
parent39a4ee0b2872c44e2494586a3566668710981c96 (diff)
parentba6b016efb9386b62134ddcbc8fa52503e34fd13 (diff)
downloadcuttlefish-b6617675284afa31596905f6652b28510f3634bf.tar.gz
Snap for 9180607 from ba6b016efb9386b62134ddcbc8fa52503e34fd13 to tm-d3-release
Change-Id: I7e0ab10c71d12d80cacd201a6683c347199e4b7e
-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>