aboutsummaryrefslogtreecommitdiff
path: root/NotificationShowcase/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'NotificationShowcase/res/xml/preferences.xml')
-rw-r--r--NotificationShowcase/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/NotificationShowcase/res/xml/preferences.xml b/NotificationShowcase/res/xml/preferences.xml
index ac938dc..4d0efe2 100644
--- a/NotificationShowcase/res/xml/preferences.xml
+++ b/NotificationShowcase/res/xml/preferences.xml
@@ -41,6 +41,12 @@
android:summary="@string/pref_summary_sms_noisy"
android:title="@string/pref_title_sms_noisy"
android:defaultValue="true" />
+ <RingtonePreference
+ android:persistent="true"
+ android:key="pref_key_sms_sound"
+ android:dependency="pref_key_sms_enable"
+ android:ringtoneType="notification"
+ android:title="@string/pref_title_sms_sound" />
<CheckBoxPreference
android:persistent="true"
android:key="pref_key_sms_buzzy"