Add default alarm ringtone to sound settings.

Bug: 25957833
Change-Id: I68d6747894665c97853eabac7edb0f751d1fdcc1
This commit is contained in:
Julia Reynolds
2016-01-20 11:10:49 -05:00
parent befdce36fd
commit 193e7b044d
3 changed files with 25 additions and 0 deletions

View File

@@ -5624,6 +5624,9 @@
<!-- Sound: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
<string name="notification_ringtone_title">Default notification ringtone</string>
<!-- Sound: Title for the option defining the default alarm ringtone. [CHAR LIMIT=30] -->
<string name="alarm_ringtone_title">Default alarm ringtone</string>
<!-- Sound: Title for the option managing whether or not to vibrate when ringing. [CHAR LIMIT=30] -->
<string name="vibrate_when_ringing_title">Also vibrate for calls</string>