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:
Murat Kozan 2019-01-21 00:04:37 +03:00 committed by roynatech2544
commit 2793fa9155
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -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>