blob: 1cea7a2db230ec5ead8b8ec2e720cec57a3e284e (
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="@string/provider.playlist"
android:accountType="@string/account_type.subsonic"
android:userVisible="true"
android:supportsUploading="false"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="true"/>
|