Fix conflict with subsonic.org account type on Android
This commit is contained in:
parent
3997654461
commit
54d47f4101
|
@ -167,7 +167,7 @@ public final class Constants {
|
||||||
|
|
||||||
// Account prefs
|
// Account prefs
|
||||||
public static final String SYNC_ACCOUNT_NAME = "Subsonic Account";
|
public static final String SYNC_ACCOUNT_NAME = "Subsonic Account";
|
||||||
public static final String SYNC_ACCOUNT_TYPE = "subsonic.org";
|
public static final String SYNC_ACCOUNT_TYPE = "Audinaut";
|
||||||
public static final String SYNC_ACCOUNT_PLAYLIST_AUTHORITY = "net.nullsum.audinaut.playlists.provider";
|
public static final String SYNC_ACCOUNT_PLAYLIST_AUTHORITY = "net.nullsum.audinaut.playlists.provider";
|
||||||
public static final String SYNC_ACCOUNT_MOST_RECENT_AUTHORITY = "net.nullsum.audinaut.mostrecent.provider";
|
public static final String SYNC_ACCOUNT_MOST_RECENT_AUTHORITY = "net.nullsum.audinaut.mostrecent.provider";
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<account-authenticator
|
<account-authenticator
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:accountType="subsonic.org"
|
android:accountType="Audinaut"
|
||||||
android:icon="@drawable/launch"
|
android:icon="@drawable/launch"
|
||||||
android:smallIcon="@drawable/launch"
|
android:smallIcon="@drawable/launch"
|
||||||
android:label="@string/common.appname"/>
|
android:label="@string/common.appname"/>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:contentAuthority="net.nullsum.audinaut.playlists.provider"
|
android:contentAuthority="net.nullsum.audinaut.playlists.provider"
|
||||||
android:accountType="subsonic.org"
|
android:accountType="Audinaut"
|
||||||
android:userVisible="true"
|
android:userVisible="true"
|
||||||
android:supportsUploading="false"
|
android:supportsUploading="false"
|
||||||
android:allowParallelSyncs="false"
|
android:allowParallelSyncs="false"
|
||||||
android:isAlwaysSyncable="true"/>
|
android:isAlwaysSyncable="true"/>
|
||||||
|
|
Loading…
Reference in New Issue