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:
parent
f019cc0018
commit
4a911c177a
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue