Files
open-keychain/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml
2015-06-10 19:47:29 +02:00

8 lines
357 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="@string/account_type"
android:supportsUploading="false"
android:userVisible="true"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="true" />