Merge "Make Media Vibration setting configurable" am: dcb1dbc7f5

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2432412

Change-Id: I1b9b9ff95026831fec9329ccfefeb6096e984389
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-02-16 10:46:42 +00:00
committed by Automerger Merge Worker
5 changed files with 82 additions and 3 deletions

View File

@@ -217,6 +217,10 @@
-->
<integer name="config_vibration_supported_intensity_levels">1</integer>
<!-- Whether or not to show Media vibration settings in the vibration and haptics screen.
Can be overridden for specific product builds if the target device does not support it -->
<bool name="config_media_vibration_supported">true</bool>
<!--
Whether or not the homepage should be powered by legacy suggestion (versus contextual cards)
Default to true as not all devices support contextual cards.