Merge "Add quickpickup sensor to config.xml" into sc-dev am: 9eb1cfadb2

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I15ead93d14d7eeba03322d433e7eadcb8060c1ad
This commit is contained in:
Beverly Tai 2021-03-11 14:04:59 +00:00 committed by Automerger Merge Worker
commit b7320b72dd
2 changed files with 13 additions and 0 deletions

View file

@ -180,4 +180,11 @@
<item>1769</item> <!-- sensorLocationY -->
<item>113</item> <!-- sensorRadius -->
</integer-array>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
</resources>

View file

@ -61,6 +61,12 @@
<item>142</item> <!-- sensorRadius -->
</integer-array>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>