Enable notifications from strangers by default (#3327)

af8a524db1 created

Notifications from strangers are disabled by default in order to cope
with spam. On the other hand, this complicates contacting other users
for the first time, which leads to a bad user experience.

Change summary

src/main/res/values/defaults.xml    | 2 +-
src/quicksy/res/values/defaults.xml | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

Detailed changes

src/main/res/values/defaults.xml 🔗

@@ -3,7 +3,7 @@
     <string name="default_resource">Phone</string>
     <bool name="portrait_only">true</bool>
     <bool name="enter_is_send">false</bool>
-    <bool name="notifications_from_strangers">false</bool>
+    <bool name="notifications_from_strangers">true</bool>
     <bool name="headsup_notifications">false</bool>
     <bool name="dnd_on_silent_mode">false</bool>
     <bool name="treat_vibrate_as_silent">false</bool>