sm8150-common: Use custom vibration configs

After hours and hours of testing, this configuration seems to be the best.

Change-Id: I83739a77525683e856cebb0e2e72433b4bb39adc
Signed-off-by: rituj <ritujbeniwal@gmail.com>
Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
Signed-off-by: Anirudh Gupta <anirudhgupta109@aosip.dev>
This commit is contained in:
rituj 2020-01-11 17:29:52 +05:30 committed by Anirudh Gupta
parent 1db26b8545
commit d2fefc481e
1 changed files with 18 additions and 3 deletions

View File

@ -357,20 +357,35 @@
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>
<item>10</item>
<item>55</item>
</integer-array>
<!-- Vibrator pattern for feedback about touching a virtual key -->
<integer-array name="config_virtualKeyVibePattern">
<item>0</item>
<item>10</item>
<item>30</item>
</integer-array>
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>10</item>
<item>20</item>
</integer-array>
<integer-array name="config_defaultNotificationVibePattern">
<item>0</item>
<item>120</item>
<item>200</item>
<item>40</item>
</integer-array>
<bool name="config_enableHapticTextHandle">true</bool>
<integer name="config_defaultHapticFeedbackIntensity">3</integer>
<integer name="config_defaultNotificationVibrationIntensity">3</integer>
<integer name="config_defaultRingVibrationIntensity">3</integer>
<!-- Boolean indicating if current platform supports BLE peripheral mode -->
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>