From d943e218a4678dcb5cd18233aa58193a855c3010 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 12 Mar 2014 14:55:23 +0100 Subject: make conference notificaton optional --- res/xml/preferences.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/xml') 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"/>