account_sync_adapter.xml
360 Bytes
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/ACCOUNT_TYPE"
android:allowParallelSyncs="false"
android:contentAuthority="@string/ACCOUNT_PROVIDE"
android:isAlwaysSyncable="true"
android:supportsUploading="false"
android:userVisible="true" />