aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/sync_preferences.xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-17 03:08:42 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-20 21:02:29 +0530
commit3f8f70b0a99554aae52fd80d31c29f32a34df5d2 (patch)
tree0a47be0628ad9ab81a736097af9efcd0b541e792 /OpenKeychain/src/main/res/xml/sync_preferences.xml
parent93d66d39f7b985b33538a9f5531e47571693b901 (diff)
downloadopen-keychain-3f8f70b0a99554aae52fd80d31c29f32a34df5d2.tar.gz
open-keychain-3f8f70b0a99554aae52fd80d31c29f32a34df5d2.tar.bz2
open-keychain-3f8f70b0a99554aae52fd80d31c29f32a34df5d2.zip
added sync preferences
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>