2014-11-04 14:19:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-05-17 12:13:34 +00:00
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:key="pref_enable_passphrase_temporary"
|
2014-11-04 14:19:48 +00:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:title="@string/preferences__enable_passphrase"
|
2015-12-17 13:47:43 +00:00
|
|
|
android:summary="@string/preferences__lock_signal_and_message_notifications_with_a_passphrase"/>
|
2014-11-04 14:19:48 +00:00
|
|
|
|
|
|
|
<Preference android:key="pref_change_passphrase"
|
|
|
|
android:title="@string/preferences__change_passphrase"
|
2015-11-05 18:22:10 +00:00
|
|
|
android:summary="@string/preferences__change_your_passphrase"
|
2014-11-04 14:19:48 +00:00
|
|
|
android:dependency="pref_enable_passphrase_temporary"/>
|
|
|
|
|
|
|
|
<CheckBoxPreference android:defaultValue="false"
|
|
|
|
android:key="pref_timeout_passphrase"
|
2015-12-17 13:47:43 +00:00
|
|
|
android:title="@string/preferences__inactivity_timeout_passphrase"
|
|
|
|
android:summary="@string/preferences__auto_lock_signal_after_a_specified_time_interval_of_inactivity"
|
2014-11-04 14:19:48 +00:00
|
|
|
android:dependency="pref_enable_passphrase_temporary"/>
|
|
|
|
|
2015-12-17 13:47:43 +00:00
|
|
|
<Preference android:title="@string/preferences__inactivity_timeout_interval"
|
2014-12-13 00:07:02 +00:00
|
|
|
android:key="pref_timeout_interval"
|
|
|
|
android:dependency="pref_timeout_passphrase"/>
|
2014-11-04 14:19:48 +00:00
|
|
|
|
2015-05-17 12:13:34 +00:00
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:defaultValue="true"
|
2014-11-04 14:19:48 +00:00
|
|
|
android:key="pref_screen_security"
|
|
|
|
android:title="@string/preferences__screen_security"
|
|
|
|
android:summary="@string/preferences__disable_screen_security_to_allow_screen_shots" />
|
2015-06-09 14:37:20 +00:00
|
|
|
|
|
|
|
<Preference android:key="preference_category_blocked"
|
|
|
|
android:title="@string/preferences_app_protection__blocked_contacts" />
|
2014-11-04 14:19:48 +00:00
|
|
|
</PreferenceScreen>
|