Make blocking SN changes the default for now

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2016-11-14 13:36:48 -08:00
parent fd0acf4e00
commit c5bf84cf9c
3 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
android:summary="@string/preferences__disable_screen_security_to_allow_screen_shots" />
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:defaultValue="true"
android:key="pref_blocking_identity_changes"
android:title="@string/preferences_app_protection__safety_numbers_approval"
android:summary="@string/preferences_app_protecting__require_approval_of_new_safety_numbers_when_they_change"/>