aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/podcasts_syncadapter.xml
blob: 7a943c32384e259f942ab07196ef2ce4ab6af2b7 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
	android:contentAuthority="github.daneren2005.dsub.podcasts.provider"
	android:accountType="@string/account_type.subsonic"
	android:userVisible="true"
	android:supportsUploading="false"
	android:allowParallelSyncs="false"
	android:isAlwaysSyncable="true"/>