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

8 lines
357 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
2014-08-21 10:47:29 +02:00
android:contentAuthority="com.android.contacts"
android:accountType="@string/account_type"
2014-08-21 10:47:29 +02:00
android:supportsUploading="false"
2014-08-21 11:25:41 +02:00
android:userVisible="true"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="true" />