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

11 lines
423 B
XML
Raw Normal View History

2015-08-17 03:08:42 +05:30
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
2015-08-27 14:05:58 +02:00
<SwitchPreference
2015-08-17 03:08:42 +05:30
android:key="syncKeyserver"
android:persistent="false"
2015-08-17 03:39:24 +05:30
android:title="@string/label_sync_settings_keyserver_title"/>
2015-08-27 14:05:58 +02:00
<SwitchPreference
2015-08-17 03:08:42 +05:30
android:key="syncContacts"
android:persistent="false"
2015-08-17 03:39:24 +05:30
android:title="@string/label_sync_settings_contacts_title" />
2015-08-17 03:08:42 +05:30
</PreferenceScreen>