aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <kriztan@users.noreply.github.com>2019-01-16 19:47:19 +0100
committerGitHub <noreply@github.com>2019-01-16 19:47:19 +0100
commit9a605c317e9465eef3705edd64cc94779f573bab (patch)
tree2ec14cfc405a086974e70c167969cf8e1fa9a01b
parent141a37a7c8691828ba1d2e028998897e2467f868 (diff)
parent6c89de40ff9c549d0e7d92f72160e8aefc687e82 (diff)
Merge pull request #293 from Echolon/patch-3
Change default: Notification from strangers: True
-rw-r--r--src/main/res/values/defaults.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 116081eb0..5de3e4920 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -67,7 +67,7 @@
<bool name="vibrate_on_notification">true</bool>
<bool name="led">true</bool>
<string name="notification_ringtone">content://settings/system/notification_sound</string>
- <bool name="notifications_from_strangers">false</bool>
+ <bool name="notifications_from_strangers">true</bool>
<bool name="headsup_notifications">true</bool>
<bool name="enable_quiet_hours">false</bool>
<bool name="manually_change_presence">true</bool>