Merge "Notification sound field updates" into oc-dev am: b40a459031

am: cd8f4fb614

Change-Id: I8f8b5674339b044911ef6ed630c2d432cb7277cf
This commit is contained in:
Julia Reynolds
2017-04-13 13:20:46 +00:00
committed by android-build-merger
4 changed files with 67 additions and 7 deletions

View File

@@ -6364,6 +6364,12 @@
<!-- Sound: Title for the option defining the default notification sound. [CHAR LIMIT=30] -->
<string name="notification_ringtone_title">Default notification sound</string>
<!-- Sound: Sound title for apps that have not provided a title. [CHAR LIMIT=30] -->
<string name="notification_unknown_sound_title">App provided sound</string>
<!-- Notification sound summary when chosen sound is the system default. -->
<string name="notification_sound_default">Default notification sound</string>
<!-- Sound: Title for the option defining the default alarm sound. [CHAR LIMIT=30] -->
<string name="alarm_ringtone_title">Default alarm sound</string>