Add config for brightness sensor using prox am: 6853130349 am: 64e43ef286

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15583232

Change-Id: I59629b46d4d1b5e5da8a7c00d11a7949af06bae6
This commit is contained in:
Beverly 2021-08-17 14:19:39 +00:00 committed by Automerger Merge Worker
commit 7aaa62b6dc
2 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,11 @@
always-on display) --> always-on display) -->
<string name="doze_brightness_sensor_type" translatable="false">com.google.sensor.binned_brightness</string> <string name="doze_brightness_sensor_type" translatable="false">com.google.sensor.binned_brightness</string>
<!-- Doze: whether the brightness sensor uses the proximity sensor.
If both this parameter and doze_selectively_register_prox are true, registration for the
brightness sensor won't occur when the display state is ON. -->
<bool name="doze_brightness_uses_prox">false</bool>
<!-- Doze: can we assume the pickup sensor includes a proximity check? --> <!-- Doze: can we assume the pickup sensor includes a proximity check? -->
<bool name="doze_pickup_performs_proximity_check">true</bool> <bool name="doze_pickup_performs_proximity_check">true</bool>

View file

@ -25,6 +25,11 @@
always-on display) --> always-on display) -->
<string name="doze_brightness_sensor_type" translatable="false">com.google.sensor.binned_brightness</string> <string name="doze_brightness_sensor_type" translatable="false">com.google.sensor.binned_brightness</string>
<!-- Doze: whether the brightness sensor uses the proximity sensor.
If both this parameter and doze_selectively_register_prox are true, registration for the
brightness sensor won't occur when the display state is ON. -->
<bool name="doze_brightness_uses_prox">false</bool>
<!-- Doze: can we assume the pickup sensor includes a proximity check? --> <!-- Doze: can we assume the pickup sensor includes a proximity check? -->
<bool name="doze_pickup_performs_proximity_check">true</bool> <bool name="doze_pickup_performs_proximity_check">true</bool>