diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-03-08 04:18:42 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-03-08 04:18:42 +0100 |
commit | f9fbc0282522362a020b50e4c6814eb9f2b03b2a (patch) | |
tree | 74e3344a5785abfc24d71e3674055459a2c7ac53 | |
parent | e486f0020a66f4280155bf3798f758b74cd99a2d (diff) |
default notification sound
-rw-r--r-- | res/xml/preferences.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index e8f5d982..f64c449c 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -21,7 +21,8 @@ <CheckBoxPreference android:key="show_notification" android:title="Notification" - android:summary="Show notification in status bar when a new message arrives" + android:summary="Notify when a new message arrives" + android:defaultValue="true" /> <CheckBoxPreference android:key="vibrate_on_notification" @@ -33,7 +34,8 @@ android:title="Sound" android:ringtoneType="notification" android:dependency="show_notification" - android:summary="Play ringtone with notification"/> + android:summary="Play ringtone with notification" + android:defaultValue="content://settings/system/notification_sound"/> <CheckBoxPreference android:key="notify_in_conversation_when_highlighted" android:title="Conference notification" |