aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/sync_preferences.xml
blob: d4ea815913b6e293fe4718d320356fd706e53d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>