mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
X6833B: overlay: Enable vibration intensity control
* Activates some options on Settings>accessibility>vibration Change-Id: I00e20f0d607736c04d5c2a0bd9c513c7f5fd8b41 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
5e2043c264
commit
293f807ece
|
@ -26,4 +26,10 @@
|
||||||
|
|
||||||
<!-- Whether to show peak refresh rate in display settings -->
|
<!-- Whether to show peak refresh rate in display settings -->
|
||||||
<bool name="config_show_peak_refresh_rate_switch">true</bool>
|
<bool name="config_show_peak_refresh_rate_switch">true</bool>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue