Notification sound field updates

- Show default and silent options
- Don't also update the default notification sound
- Display a better summary in case the sound isn't in media store

Change-Id: I42d537657a7bbddb8a1ce41fd03b8e5847899a82
Fixes: 36734113
Fixes: 36849670
Test: manual (silent sound, default sound, normal sound, private sound)
This commit is contained in:
Julia Reynolds
2017-04-11 16:55:43 -04:00
parent 665c1ced58
commit 18fcc05224
4 changed files with 67 additions and 7 deletions

View File

@@ -6360,6 +6360,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>