[automerge] Add default alarm and media vibration intensity settings 2p: e8dfddc978

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16932752

Change-Id: Ib396cf9eee1a4625d0dd7598e372e529c2bedaad
This commit is contained in:
Lais Andrade 2022-02-18 11:12:30 +00:00 committed by Presubmit Automerger Backend
commit bf9aa068d3

View file

@ -239,10 +239,18 @@
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- The default intensity level for alarm vibrations. See
Settings.System.ALARM_VIBRATION_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultAlarmVibrationIntensity">3</integer>
<!-- The default intensity level for haptic feedback. See
Settings.System.HAPTIC_FEEDBACK_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultHapticFeedbackIntensity">3</integer>
<!-- The default intensity level for media vibrations. See
Settings.System.MEDIA_VIBRATION_INTENSITY more details on the constant values and
meanings. -->
<integer name="config_defaultMediaVibrationIntensity">3</integer>
<!-- The default intensity level for notification vibrations. See
Settings.System.NOTIFICATION_VIBRATION_INTENSITY more details on the constant values and
meanings. -->