Set audio haptic channel amplitude limit

Bug: 242964127
Test: dumpsys vibrator_manager
Change-Id: I91f36bfbfacf2ebabf774ccd08dcf0c48bc92612
This commit is contained in:
Tai Kuo 2023-03-02 14:12:25 +08:00
parent 2a3412115f
commit ead756e8c5
3 changed files with 8 additions and 0 deletions

View file

@ -281,4 +281,7 @@
<string name="config_mms_user_agent" translatable="false">g1mnw</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G1MNW.xml</string>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
</resources>

View file

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

View file

@ -267,4 +267,7 @@
<string name="config_mms_user_agent" translatable="false">gkws6</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GKWS6.xml</string>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
</resources>