Update long press vibe pattern.

The long press vibe pattern is used for the new "heavy" click effect
fallback, and the default values feel fairly awful on Walleye.

Bug: 77863933
Test: long-press on something, feel the effect
Change-Id: I6735c0355aa6f49069c73f5cf2b319cb453a0fba
This commit is contained in:
Michael Wright
2018-04-16 19:32:23 +01:00
parent 053266395b
commit b8c6451523

View File

@@ -174,6 +174,11 @@
<item>"usbradio:rndis:rndis,diag:diag,serial_cdev,rmnet_gsi"</item>
</string-array>
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>8</item>
</integer-array>
<!-- Boolean indicating whether framework needs to set the tx power limit for meeting SAR requirements
during voice calls -->
<bool translatable="false" name="config_wifi_framework_enable_voice_call_sar_tx_power_limit">true</bool>