Merge "AK3: Add config_dozeUdfpsLongPressSensorType" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-05-19 08:54:02 +00:00 committed by Android (Google) Code Review
commit 36219a3fa5

View file

@ -239,4 +239,7 @@
<!-- The max vibration strength allowed in audio haptic channels. --> <!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.32</item> <item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.32</item>
<!-- 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>
</resources> </resources>