Update "Vibrate on tap" string
Update string "Vibrate on tap" to "Touch vibration" ,and add subtitle "Haptic feedback for tap, keyboard, and more" into the current vibration setting. Change-Id: I333a10080d170b7305b7e995e703c40130d0348f Fixes: 74264519 Test: Manual test
This commit is contained in:
@@ -6881,7 +6881,10 @@
|
|||||||
<string name="touch_sounds_title">Touch sounds</string>
|
<string name="touch_sounds_title">Touch sounds</string>
|
||||||
|
|
||||||
<!-- Sound: Other sounds: Title for the option enabling haptic feedback on touch. [CHAR LIMIT=30] -->
|
<!-- Sound: Other sounds: Title for the option enabling haptic feedback on touch. [CHAR LIMIT=30] -->
|
||||||
<string name="vibrate_on_touch_title">Vibrate on tap</string>
|
<string name="vibrate_on_touch_title">Touch vibration</string>
|
||||||
|
|
||||||
|
<!-- Sound: Other sounds: Preference summary to the option enabling haptic feedback on touch. -->
|
||||||
|
<string name="vibrate_on_touch_summary">Haptic feedback for tap, keyboard, and more</string>
|
||||||
|
|
||||||
<!-- Sound: Other sounds: Title for the option enabling dock audio media. [CHAR LIMIT=50] -->
|
<!-- Sound: Other sounds: Title for the option enabling dock audio media. [CHAR LIMIT=50] -->
|
||||||
<string name="dock_audio_media_title">Dock speaker plays</string>
|
<string name="dock_audio_media_title">Dock speaker plays</string>
|
||||||
|
@@ -47,7 +47,8 @@
|
|||||||
<!-- Vibrate on touch -->
|
<!-- Vibrate on touch -->
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="vibrate_on_touch"
|
android:key="vibrate_on_touch"
|
||||||
android:title="@string/vibrate_on_touch_title" />
|
android:title="@string/vibrate_on_touch_title"
|
||||||
|
android:summary="@string/vibrate_on_touch_summary" />
|
||||||
|
|
||||||
<!-- Dock speaker plays -->
|
<!-- Dock speaker plays -->
|
||||||
<DropDownPreference
|
<DropDownPreference
|
||||||
|
@@ -129,7 +129,8 @@
|
|||||||
<!-- Vibrate on touch -->
|
<!-- Vibrate on touch -->
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="vibrate_on_touch"
|
android:key="vibrate_on_touch"
|
||||||
android:title="@string/vibrate_on_touch_title" />
|
android:title="@string/vibrate_on_touch_title"
|
||||||
|
android:summary="@string/vibrate_on_touch_summary" />
|
||||||
|
|
||||||
<!-- Dock speaker plays -->
|
<!-- Dock speaker plays -->
|
||||||
<DropDownPreference
|
<DropDownPreference
|
||||||
|
Reference in New Issue
Block a user