Merge "Move udfps-specific config to device config.xml" into sc-dev am: 290f84e15c

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I851cd46c1d9545b6913190da7d9f494dcaf736d0
This commit is contained in:
Beverly Tai 2021-03-11 14:04:58 +00:00 committed by Automerger Merge Worker
commit 0475156b64

View file

@ -75,9 +75,6 @@
<!-- Type of the ambient tap sensor. Empty if ambient tap is not supported. --> <!-- Type of the ambient tap sensor. Empty if ambient tap is not supported. -->
<string name="config_dozeTapSensorType" translatable="false">com.google.sensor.single_touch</string> <string name="config_dozeTapSensorType" translatable="false">com.google.sensor.single_touch</string>
<!-- 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>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool> <bool name="config_unplugTurnsOnScreen">true</bool>