mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: overlay: Use coral vibration configuration
Change-Id: I2a27ee1cf17d8c81eaa01a2fc7b5a64348d44a9b Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
b6bfca414e
commit
2c760529f1
1 changed files with 19 additions and 0 deletions
|
|
@ -90,6 +90,25 @@
|
|||
<bool name="config_pinnerCameraApp">false</bool>
|
||||
<bool name="config_pinnerHomeApp">false</bool>
|
||||
|
||||
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||
<integer-array name="config_keyboardTapVibePattern">
|
||||
<item>10</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||
<integer-array name="config_longPressVibePattern">
|
||||
<item>0</item>
|
||||
<item>12</item>
|
||||
<item>7</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Vibrator pattern for feedback about touching a virtual key -->
|
||||
<integer-array name="config_virtualKeyVibePattern">
|
||||
<item>0</item>
|
||||
<item>12</item>
|
||||
<item>7</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Flag indicating whether we should enable the adaptive sleep.-->
|
||||
<bool name="config_adaptive_sleep_available">true</bool>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue