Add the ability to disable PIN reminders.

This commit is contained in:
Greyson Parrelli
2020-05-21 12:56:36 -04:00
committed by Alex Hart
parent bb6ca80d5a
commit 5cb1201903
6 changed files with 205 additions and 2 deletions

View File

@@ -115,6 +115,11 @@
android:summary="@string/preferences_app_protection__pins_keep_information_stored_with_signal_encrypted"
android:title="@string/preferences_app_protection__change_your_pin" />
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:key="pin.pin_reminders_enabled"
android:summary="@string/preferences_app_protection__reminders_help_you_remember_your_pin"
android:title="@string/preferences_app_protection__pin_reminders" />
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:enabled="false"