mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Enable vibration multiple intensities
* Activates some options on Settings>accessibility>vibration Change-Id: Id31094e2c0212020fe53a92a04bc754ebf3e368e Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
36f35bcc26
commit
2793fa9155
2 changed files with 6 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<color name="disabled_text_color">#66000000</color>
|
||||
<color name="homepage_parts_background">#FFFF6700</color>
|
||||
<color name="red">#FF0000</color>
|
||||
|
|
|
|||
|
|
@ -109,6 +109,12 @@
|
|||
<item>7</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Whether or not the device is capable of multiple levels of vibration intensity.
|
||||
Note that this is different from whether it can control the vibration amplitude as some
|
||||
devices will be able to vary their amplitude but do not possess enough dynamic range to
|
||||
have distinct intensity levels -->
|
||||
<bool name="config_vibration_supports_multiple_intensities">true</bool>
|
||||
|
||||
<!-- Indicates whether device has a power button fingerprint sensor. -->
|
||||
<bool name="config_is_powerbutton_fps" translatable="false" >true</bool>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue