aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/sync_preferences.xml
blob: e870be9ec806d959a0860f0c24a6c24faa5b6316 (plain)
1
2
3
4
5
6
7
8
9
10
<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"/>
    <CheckBoxPreference
        android:key="syncContacts"
        android:persistent="false"
        android:title="@string/label_sync_settings_contacts_title" />
</PreferenceScreen>