L10: Add config_dozeUdfpsLongPressSensorType

Bug: 229956146
Test: sysui has registered the udfps gesture after entering AOD.
Change-Id: I6e34d71c67fb7fa14a179158c2e7424637b9857b
This commit is contained in:
leohsieh 2022-06-29 08:21:53 +08:00 committed by KRIS CHEN
parent ec8bbdf165
commit 089571c33f

View file

@ -246,4 +246,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>