Add default alarm and media vibration intensity settings
Fix: 219692498 Test: manual Change-Id: I1fa7443b36d93906e7def15629b87213edf30727
This commit is contained in:
parent
42eba1b8e6
commit
e8dfddc978
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