Skip to content

Commit

Permalink
X00TD: overlay: Import vibration pattern from stock
Browse files Browse the repository at this point in the history
* From UL-ASUS_X00T-WW-17.2017.2006.429-user

Change-Id: I4fbd3e5c221730d02a1af030d9338cb317172026
  • Loading branch information
Vivekachooz committed Aug 9, 2020
1 parent 2bb6dc3 commit 9b5210e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,25 @@
<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers">524288,1048576,2097152,262144,524288,1048576</string>

<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>
<item>1</item>
<item>20</item>
<item>21</item>
</integer-array>

<!-- Vibrator pattern for feedback about touching a virtual key -->
<integer-array name="config_virtualKeyVibePattern">
<item>0</item>
<item>100</item>
<item>20</item>
<item>30</item>
</integer-array>

<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>40</item>
</integer-array>
</resources>

0 comments on commit 9b5210e

Please sign in to comment.