aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
blob: c87c4df7beeb7ea3a51662ed6930e83b09675cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>