aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/starred_syncadapter.xml
blob: d1d0e1e29132476cb84d0680888e2837ee1910d4 (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.starred.provider"
	android:accountType="subsonic.org"
	android:userVisible="true"
	android:supportsUploading="false"
	android:allowParallelSyncs="false"
	android:isAlwaysSyncable="true"/>