diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-11-23 10:42:27 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-11-23 10:42:27 +0100 |
commit | 839ef8e14b576e546a13942d72139248873f7fac (patch) | |
tree | 021c0d78328b1e638d78c3507fc75abf5b229728 /src/main/res/xml/preferences.xml | |
parent | 4720ac94d39af262fdcc249a88b118443f7cac68 (diff) |
introduced blind trust before verification mode
read more about the concept on https://gultsch.de/trust.html
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index cee43491..f6c3a54b 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -165,6 +165,11 @@ android:title="@string/pref_expert_options"> <PreferenceCategory android:title="@string/pref_security_settings"> <CheckBoxPreference + android:defaultValue="true" + android:key="btbv" + android:title="@string/pref_blind_trust_before_verification" + android:summary="@string/pref_blind_trust_before_verification_summary"/> + <CheckBoxPreference android:defaultValue="false" android:key="dont_save_encrypted" android:summary="@string/pref_dont_save_encrypted_summary" |