aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/defaults.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-08-01 08:39:38 +0200
committerChristian Schneppe <christian@pix-art.de>2017-08-01 08:41:51 +0200
commit3831b987f76e2b0b143b45619a455d7ec4625bcd (patch)
treed704403a136dd3f5f7c995c1bf56855255e232b1 /src/main/res/values/defaults.xml
parent6c2479b29c93222f83a2e672531fb681143c6fd1 (diff)
use DND instead of XA when phone is silent
Diffstat (limited to 'src/main/res/values/defaults.xml')
-rw-r--r--src/main/res/values/defaults.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 8cee33d5f..46f313da9 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -5,4 +5,6 @@
<bool name="enter_is_send">false</bool>
<bool name="notifications_from_strangers">false</bool>
<bool name="headsup_notifications">true</bool>
+ <bool name="dnd_on_silent_mode">false</bool>
+ <bool name="treat_vibrate_as_silent">false</bool>
</resources> \ No newline at end of file