aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index cc2b952f..37331a0e 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -60,6 +60,19 @@
android:summary="@string/pref_notification_grace_period_summary"
android:defaultValue="true"/>
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/pref_encryption_settings">
+ <CheckBoxPreference
+ android:key="force_encryption"
+ android:title="@string/pref_force_encryption"
+ android:summary="@string/pref_force_encryption_summary"
+ android:defaultValue="false"/>
+ <CheckBoxPreference
+ android:key="dont_save_encrypted"
+ android:title="@string/pref_dont_save_encrypted"
+ android:summary="@string/pref_dont_save_encrypted_summary"
+ android:defaultValue="false"/>
+ </PreferenceCategory>
<PreferenceCategory
android:title="@string/pref_advanced_options">
<CheckBoxPreference