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

13 lines
571 B
XML
Raw Normal View History

2015-08-17 03:08:42 +05:30
<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>