Add quick pickup gesture to register in Doze

Test: manual
Fixes: 293407005
Change-Id: I22a51597d78b41b3f9470428900d83f2e6726ef5
This commit is contained in:
Beverly 2023-08-04 14:09:20 +00:00
parent b256e774f8
commit 0cd7a576e4

View file

@ -282,6 +282,9 @@
<!-- 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>
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>