2015-07-27 14:10:26 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-07-30 04:39:38 +05:30
|
|
|
android:contentAuthority="@string/provider_content_authority"
|
2015-07-27 14:10:26 +05:30
|
|
|
android:accountType="@string/account_type"
|
|
|
|
|
android:supportsUploading="false"
|
|
|
|
|
android:userVisible="true"
|
|
|
|
|
android:allowParallelSyncs="false"
|
|
|
|
|
android:isAlwaysSyncable="true" />
|