Set audio haptic channel amplitude limit

Bug: 236709186
Test: dumpsys vibrator_manager
Change-Id: Iac2f9bb89a0c5a1e5135c94c017721300b8b9180
This commit is contained in:
Tai Kuo 2022-06-28 16:48:21 +08:00
parent edecd3856c
commit ab54152a39

View file

@ -166,6 +166,9 @@
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.32</item>
<!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer>