aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/xml/cloud_search_prefs.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/cloud_search_prefs.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml b/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
new file mode 100644
index 000000000..c87c4df7b
--- /dev/null
+++ b/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+ <CheckBoxPreference
+ android:title="Search Keyserver"
+ android:defaultValue="true"
+ android:summary="Search HKP keyserver"
+ android:key="search_keyserver_pref" />
+
+ <CheckBoxPreference
+ android:title="Search Keybase.io"
+ android:defaultValue="true"
+ android:summary="Search Keybase.io index"
+ android:key="search_keybase_pref" />
+
+ <PreferenceScreen
+ android:key="keyServers"
+ android:persistent="false"
+ android:title="@string/label_keyservers" />
+</PreferenceScreen> \ No newline at end of file