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