aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/mostrecent_syncadapter.xml
blob: 8c6dada2d185d4e47c8e4b57856bcc74176d6c35 (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.mostrecent.provider"
	android:accountType="@string/account_type.subsonic"
	android:userVisible="true"
	android:supportsUploading="false"
	android:allowParallelSyncs="false"
	android:isAlwaysSyncable="true"/>