aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/sync_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/xml/sync_preferences.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/sync_preferences.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/xml/sync_preferences.xml b/OpenKeychain/src/main/res/xml/sync_preferences.xml
new file mode 100644
index 000000000..d4ea81591
--- /dev/null
+++ b/OpenKeychain/src/main/res/xml/sync_preferences.xml
@@ -0,0 +1,12 @@
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+ <CheckBoxPreference
+ android:key="syncKeyserver"
+ android:persistent="false"
+ android:title="@string/label_sync_settings_keyserver_title"
+ android:summary="@string/label_sync_settings_keyserver_summary" />
+ <CheckBoxPreference
+ android:key="syncContacts"
+ android:persistent="false"
+ android:title="@string/label_sync_settings_contacts_title"
+ android:summary="@string/label_sync_settings_contacts_summary" />
+</PreferenceScreen>