diff options
Diffstat (limited to 'res/xml')
-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" |