Merge "Add quick pickup gesture to register in Doze" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-08-08 01:11:10 +00:00 committed by Android (Google) Code Review
commit c280c950f5

View file

@ -282,6 +282,9 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. --> <!-- 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> <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 <!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. --> auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction> <fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>