Merge "Make Media Vibration setting configurable" am: dcb1dbc7f5 am: 8f77a3bfb4

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

Change-Id: I37d172d2e6aa6f988a891fa2e26112baa332e033
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-02-16 11:30:45 +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.