[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:
commit
bf9aa068d3
1 changed files with 8 additions and 0 deletions
|
@ -239,10 +239,18 @@
|
||||||
<!-- Should the pinner service pin the Home application? -->
|
<!-- Should the pinner service pin the Home application? -->
|
||||||
<bool name="config_pinnerHomeApp">true</bool>
|
<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
|
<!-- The default intensity level for haptic feedback. See
|
||||||
Settings.System.HAPTIC_FEEDBACK_INTENSITY more details on the constant values and
|
Settings.System.HAPTIC_FEEDBACK_INTENSITY more details on the constant values and
|
||||||
meanings. -->
|
meanings. -->
|
||||||
<integer name="config_defaultHapticFeedbackIntensity">3</integer>
|
<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
|
<!-- The default intensity level for notification vibrations. See
|
||||||
Settings.System.NOTIFICATION_VIBRATION_INTENSITY more details on the constant values and
|
Settings.System.NOTIFICATION_VIBRATION_INTENSITY more details on the constant values and
|
||||||
meanings. -->
|
meanings. -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue