summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Chiang <eschiang@google.com>2023-05-15 17:34:08 -0700
committerEric Chiang <eschiang@google.com>2023-05-24 19:55:51 +0000
commite76ca16a7ac22e4b5e9feb7d2cd47720e9b4d2a6 (patch)
tree86261889a3ae90f42b513a72f77ab091fa61e536
parent008b631644ad187cc9a305946b34ec806c85224f (diff)
downloadcar-e76ca16a7ac22e4b5e9feb7d2cd47720e9b4d2a6.tar.gz
Update the occupant zone configs to match magpie
Change occupant zone configuration to driver + 2 rear passengers for a more consistent multidisplay reference experience. Bug: 277822560 Test: Launched gcar_md_emu emulator and verified user picker and control center naming was consistent. Change-Id: I745fc8d08029c84126450effdae3bcf25c4be0f7 Merged-In: I745fc8d08029c84126450effdae3bcf25c4be0f7 (cherry picked from commit 62555b6988b9bcd1b207aeac8f75830144ca1101)
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/values/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/values/config.xml b/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/values/config.xml
index d88c016..c314467 100644
--- a/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/values/config.xml
+++ b/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/values/config.xml
@@ -40,9 +40,9 @@
-->
<string-array translatable="false" name="config_occupant_zones">
<item>occupantZoneId=0,occupantType=DRIVER,seatRow=1,seatSide=driver</item>
- <item>occupantZoneId=1,occupantType=FRONT_PASSENGER,seatRow=1,seatSide=oppositeDriver</item>
- <item>occupantZoneId=2,occupantType=REAR_PASSENGER,seatRow=2,seatSide=left</item>
- <item>occupantZoneId=3,occupantType=REAR_PASSENGER,seatRow=2,seatSide=right</item>
+ <item>occupantZoneId=1,occupantType=REAR_PASSENGER,seatRow=2,seatSide=left</item>
+ <item>occupantZoneId=2,occupantType=REAR_PASSENGER,seatRow=2,seatSide=right</item>
+ <item>occupantZoneId=3,occupantType=FRONT_PASSENGER,seatRow=1,seatSide=oppositeDriver</item>
</string-array>
<!--