sdm660-common: overlay: Use pixel 2 vibration pattern

Change-Id: I27a65fb08672c2067575dfb313c55915445618b4
Signed-off-by: Dusan Uveric <dusan.uveric9@gmail.com>
This commit is contained in:
Dusan Uveric 2018-11-08 21:06:34 +00:00 committed by Max Weffers
parent f019cc0018
commit 4a911c177a
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -470,20 +470,20 @@
<!-- Vibrator pattern for feedback about a long screen/key press --> <!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern"> <integer-array name="config_longPressVibePattern">
<item>0</item> <item>0</item>
<item>28</item> <item>7</item>
<item>10</item> <item>10</item>
</integer-array> </integer-array>
<!-- Vibrator pattern for feedback about touching a virtual key --> <!-- Vibrator pattern for feedback about touching a virtual key -->
<integer-array name="config_virtualKeyVibePattern"> <integer-array name="config_virtualKeyVibePattern">
<item>0</item> <item>0</item>
<item>28</item> <item>5</item>
<item>8</item> <item>10</item>
</integer-array> </integer-array>
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap --> <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern"> <integer-array name="config_keyboardTapVibePattern">
<item>28</item> <item>10</item>
</integer-array> </integer-array>
<!-- Control the behavior when the user long presses the home button. <!-- Control the behavior when the user long presses the home button.