default notification sound

This commit is contained in:
Daniel Gultsch 2014-03-08 04:18:42 +01:00
parent e486f0020a
commit f9fbc02825
1 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,8 @@
<CheckBoxPreference <CheckBoxPreference
android:key="show_notification" android:key="show_notification"
android:title="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 <CheckBoxPreference
android:key="vibrate_on_notification" android:key="vibrate_on_notification"
@ -33,7 +34,8 @@
android:title="Sound" android:title="Sound"
android:ringtoneType="notification" android:ringtoneType="notification"
android:dependency="show_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 <CheckBoxPreference
android:key="notify_in_conversation_when_highlighted" android:key="notify_in_conversation_when_highlighted"
android:title="Conference notification" android:title="Conference notification"