Change all three default haptic levels to high

Bug: 183746553
Test: verify default haptic levels set to high on r4
Change-Id: Ie6489be8375ddc01aeb3f227f86e98785232e52a
This commit is contained in:
Vince Leung 2021-03-25 23:42:02 +00:00
parent ae9494ee6b
commit 59ca6aee8b

View file

@ -251,4 +251,17 @@
<item>com.activision.callofduty.shooter</item> <item>com.activision.callofduty.shooter</item>
<item>jp.konami.epjCastlevania2</item> <item>jp.konami.epjCastlevania2</item>
</string-array> </string-array>
<!-- The default intensity level for haptic feedback. See
Settings.System.HAPTIC_FEEDBACK_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultHapticFeedbackIntensity">3</integer>
<!-- The default intensity level for notification vibrations. See
Settings.System.NOTIFICATION_VIBRATION_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultNotificationVibrationIntensity">3</integer>
<!-- The default intensity level for notification vibrations. See
Settings.System.RING_VIBRATION_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultRingVibrationIntensity">3</integer>
</resources> </resources>