diff options
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" |