Merge "Set audio haptic channel amplitude limit" into udc-dev

This commit is contained in:
TreeHugger Robot 2023-03-02 08:09:44 +00:00 committed by Android (Google) Code Review
commit f5383ca12b

View file

@ -229,4 +229,6 @@
<integer name="config_stableDeviceDisplayWidth">1080</integer>
<integer name="config_stableDeviceDisplayHeight">2400</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.32</item>
</resources>