Add sync properties
This commit is contained in:
@@ -634,7 +634,10 @@
|
|||||||
android:resource="@xml/account_desc" />
|
android:resource="@xml/account_desc" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service android:name=".service.ContactSyncAdapterService">
|
<service
|
||||||
|
android:name=".service.ContactSyncAdapterService"
|
||||||
|
android:exported="true"
|
||||||
|
android:process=":sync">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.content.SyncAdapter" />
|
<action android:name="android.content.SyncAdapter" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|||||||
@@ -3,4 +3,6 @@
|
|||||||
android:contentAuthority="com.android.contacts"
|
android:contentAuthority="com.android.contacts"
|
||||||
android:accountType="org.sufficientlysecure.keychain.account"
|
android:accountType="org.sufficientlysecure.keychain.account"
|
||||||
android:supportsUploading="false"
|
android:supportsUploading="false"
|
||||||
android:userVisible="true" />
|
android:userVisible="true"
|
||||||
|
android:allowParallelSyncs="false"
|
||||||
|
android:isAlwaysSyncable="true" />
|
||||||
Reference in New Issue
Block a user