aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/sync_preferences.xml
blob: 600ccc9e8c9303579338f74998b6c0ba33b02783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <SwitchPreference
        android:key="syncKeyserver"
        android:persistent="false"
        android:title="@string/label_sync_settings_keyserver_title"/>
    <SwitchPreference
        android:key="enableWifiSyncOnly"
        android:defaultValue="true"
        android:persistent="true"
        android:dependency="syncKeyserver"
        android:title="@string/label_sync_settings_wifi_title"/>
    <SwitchPreference
        android:key="syncContacts"
        android:persistent="false"
        android:title="@string/label_sync_settings_contacts_title" />
</PreferenceScreen>