Implement new vibrate for calls in Settings.

Test: built and tested on device
Change-Id: Ia6ca7eb54472d44a9934d7f125a9f71e42c616a3
This commit is contained in:
Yiwen Chen
2020-01-27 17:02:25 -08:00
parent f160cbed83
commit 4b4c6c2c7b
9 changed files with 495 additions and 380 deletions

View File

@@ -7572,6 +7572,15 @@
<!-- Sound: Title for the option managing whether or not to vibrate when ringing. [CHAR LIMIT=30] -->
<string name="vibrate_when_ringing_title">Vibrate for calls</string>
<!-- Sound: Option for vibrate when ringing setting: Never vibrate. [CHAR LIMIT=40] -->
<string name="vibrate_when_ringing_option_never_vibrate">Never vibrate</string>
<!-- Sound: Option for vibrate when ringing setting: Always vibrate. [CHAR LIMIT=40] -->
<string name="vibrate_when_ringing_option_always_vibrate">Always vibrate</string>
<!-- Sound: Option for vibrate when ringing setting: Ramping ringer. [CHAR LIMIT=80] -->
<string name="vibrate_when_ringing_option_ramping_ringer">Vibrate first then ring gradually</string>
<!-- Sound: Title for the other sounds option and associated settings page. [CHAR LIMIT=30] -->
<string name="other_sound_settings">Other sounds</string>