mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add the ability to disable PIN reminders.
This commit is contained in:
committed by
Alex Hart
parent
bb6ca80d5a
commit
5cb1201903
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user