summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang Wang <xiangw@google.com>2023-11-09 01:15:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-09 01:15:15 +0000
commitc9206b50f89c16802c13c1172249f8062d10d6ad (patch)
tree8e275cc6593466c95c3ec09a128055f4da2ecb29
parent418326623471f3bede072b545f6523a2f8ea7700 (diff)
parentb70ab44416add58ec0e74191545b70bdfa1a9db4 (diff)
downloadcar-c9206b50f89c16802c13c1172249f8062d10d6ad.tar.gz
Merge "Configure UxRe in idling in MD targets" into main
-rw-r--r--emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/xml/car_ux_restrictions_map.xml2
-rw-r--r--emulator/multi-display-dynamic/CarServiceMultiDisplayOverlayEmulator/res/xml/car_ux_restrictions_map.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/xml/car_ux_restrictions_map.xml b/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/xml/car_ux_restrictions_map.xml
index 018c3fe..5c1a600 100644
--- a/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/xml/car_ux_restrictions_map.xml
+++ b/emulator/cluster/rro_overlays/CarServiceOverlay_MdOsDouble/res/xml/car_ux_restrictions_map.xml
@@ -17,7 +17,7 @@
</DrivingState>
<DrivingState state="idling">
- <Restrictions requiresDistractionOptimization="false" uxr="baseline" mode="baseline"/>
+ <Restrictions requiresDistractionOptimization="true" uxr="no_video"/>
</DrivingState>
<!-- This is restrictions for moving and speed [0,5m/s) -->
diff --git a/emulator/multi-display-dynamic/CarServiceMultiDisplayOverlayEmulator/res/xml/car_ux_restrictions_map.xml b/emulator/multi-display-dynamic/CarServiceMultiDisplayOverlayEmulator/res/xml/car_ux_restrictions_map.xml
index c2a242b..798873f 100644
--- a/emulator/multi-display-dynamic/CarServiceMultiDisplayOverlayEmulator/res/xml/car_ux_restrictions_map.xml
+++ b/emulator/multi-display-dynamic/CarServiceMultiDisplayOverlayEmulator/res/xml/car_ux_restrictions_map.xml
@@ -33,7 +33,7 @@
</DrivingState>
<DrivingState state="idling">
- <Restrictions requiresDistractionOptimization="false" uxr="baseline" mode="baseline"/>
+ <Restrictions requiresDistractionOptimization="true" uxr="no_video"/>
</DrivingState>
<!-- This is restrictions for moving and speed [0,5m/s) -->