Browse Source

Set audio haptic channel amplitude limit

Bug: 236709186
Test: dumpsys vibrator_manager
Change-Id: I97d59a401f7fadd7d559bd06cb9cb1794ce3e26d
Tai Kuo 3 years ago
parent
commit
acdc4a4889
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lynx/overlay/frameworks/base/core/res/res/values/config.xml

+ 2 - 0
lynx/overlay/frameworks/base/core/res/res/values/config.xml

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