aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-12-01 22:41:58 +0100
committerChristian S <christian@pix-art.de>2015-12-04 20:12:48 +0100
commite9c184fbce5e3bfaa25a0ecca6d1942014e4d977 (patch)
treee5d07bc512a6b86877cd276f10ffedefac31de48 /src/main/res/xml/preferences.xml
parent0b6f5f29197fad79bb90be4d51c1b87c7577e4ff (diff)
introduced build-time paranoia mode that disables unencrypted chats a…
…nd forces TOR
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index c44f960e8..4cc22e097 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -167,7 +167,9 @@
android:summary="@string/pref_remove_trusted_certificates_summary"
android:title="@string/pref_remove_trusted_certificates_title"/>
</PreferenceCategory>
- <PreferenceCategory android:title="@string/pref_connection_options">
+ <PreferenceCategory
+ android:title="@string/pref_connection_options"
+ android:key="connection_options">
<CheckBoxPreference
android:defaultValue="false"
android:key="use_tor"