diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-03-12 14:55:23 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-03-12 14:55:23 +0100 |
commit | d943e218a4678dcb5cd18233aa58193a855c3010 (patch) | |
tree | 74d58e831141bc1f4b09565347b60d09114d029d /res | |
parent | 33f8747b87f790a49ee6f3576132048e8caf806a (diff) |
make conference notificaton optional
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/preferences.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index f64c449c..f47439c8 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -28,7 +28,8 @@ android:key="vibrate_on_notification" android:dependency="show_notification" android:title="Vibrate" - android:summary="Also vibrate when a new message arrives"/> + android:summary="Also vibrate when a new message arrives" + android:defaultValue="true"/> <RingtonePreference android:key="notification_ringtone" android:title="Sound" |