added sync preferences
This commit is contained in:
12
OpenKeychain/src/main/res/xml/sync_preferences.xml
Normal file
12
OpenKeychain/src/main/res/xml/sync_preferences.xml
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user