Files
open-keychain/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml
Dominik Schürmann f0ff8d2222 Add sync properties
2014-08-21 11:25:41 +02:00

8 lines
376 B
XML

<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.contacts"
android:accountType="org.sufficientlysecure.keychain.account"
android:supportsUploading="false"
android:userVisible="true"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="true" />