From cc5981594f73cfa5d6b8b7abfdfcab5441877efd Mon Sep 17 00:00:00 2001 From: thoughtbox Date: Wed, 4 Dec 2013 22:46:30 +0100 Subject: [PATCH] Add summary to "Sound" preference (1 of 2) --- res/xml/preferences.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index cad3479bbd..b4dc14754c 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -52,6 +52,7 @@ android:dependency="pref_key_enable_notifications" android:key="pref_key_ringtone" android:title="@string/preferences__sound" + android:summary="@string/preferences__change_notification_sound" android:ringtoneType="notification" android:defaultValue="content://settings/system/notification_sound" />