tegu: Set audio haptic channel amplitude limit

Bug: 317840345
Test: adb shell dumpsys vibrator_manager
Change-Id: I269658cb20fd0742c412521c71a93114eed09654
This commit is contained in:
Ravi Jain 2024-03-15 09:22:13 +00:00
parent a314a61b6d
commit 6aee199bf1

View file

@ -255,7 +255,7 @@
<integer name="config_stableDeviceDisplayHeight">2856</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</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>