land: overlay: Improve haptic feedback performance

Change-Id: Ib8793c6bd8689606a7123de7c126912c064b83c8
This commit is contained in:
NeoDarkness 2017-01-29 01:06:31 +00:00 committed by Prateek Chaubey
parent b065c3f78c
commit 1d8013d9d6

View file

@ -216,6 +216,25 @@
<!-- Flag indicating if the speed up audio on mt call code should be executed --> <!-- Flag indicating if the speed up audio on mt call code should be executed -->
<bool name="config_speed_up_audio_on_mt_calls">true</bool> <bool name="config_speed_up_audio_on_mt_calls">true</bool>
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>
<item>28</item>
<item>10</item>
</integer-array>
<!-- Vibrator pattern for feedback about touching a virtual key -->
<integer-array name="config_virtualKeyVibePattern">
<item>0</item>
<item>28</item>
<item>8</item>
</integer-array>
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>28</item>
</integer-array>
<!-- Flag indicating which package name can access the persistent data partition --> <!-- Flag indicating which package name can access the persistent data partition -->
<string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string> <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>