Add default alarm and media vibration intensity settings
Change-Id: Ib5cbda371672dde8cbcd17692ecf777a3c3c95e1 Fix: 219692498 Test: manual
This commit is contained in:
parent
7c11dd7d0e
commit
0ef3bb4c8a
1 changed files with 9 additions and 0 deletions
|
@ -260,10 +260,19 @@
|
|||
<item>jp.konami.epjCastlevania2</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<!-- 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. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue