diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-12-01 22:41:58 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-12-01 22:41:58 +0100 |
commit | dc8967d8fc09a5b7e515bb5005726d677a08c86b (patch) | |
tree | dff76dd5f6f71af64ca3b7cc2e723fdd2dafc5a7 /src/main/res/xml/preferences.xml | |
parent | 65b5504e68e36116234bd69126304d6d764b678b (diff) |
introduced build-time paranoia mode that disables unencrypted chats and forces TOR
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6ef3c029..16dc5eb9 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -147,7 +147,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" |