Files
open-keychain/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml

20 lines
697 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:title="@string/pref_keyserver"
android:defaultValue="true"
android:summary="@string/pref_keyserver_summary"
android:key="search_keyserver_pref" />
<CheckBoxPreference
android:title="@string/pref_keybase"
android:defaultValue="true"
android:summary="@string/pref_keybase_summary"
android:key="search_keybase_pref" />
<PreferenceScreen
android:key="keyServers"
android:persistent="false"
android:title="@string/label_keyservers" />
</PreferenceScreen>