diff options
author | Scott Jackson <daneren2005@gmail.com> | 2020-10-02 20:06:29 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2020-10-02 20:06:29 -0700 |
commit | 11e150ac6a86fa2a8f5636ee0844f6cc7a22f42f (patch) | |
tree | b38b1bf44fa6f10e02b27502fc07276a40048aac /app/src/main/res/xml/mostrecent_syncadapter.xml | |
parent | 5c569a1fbf3d07fcdc58d695c9d93da6a989a44d (diff) | |
parent | 019064b305a8d13db4ede6183a14d1439fca5315 (diff) | |
download | dsub-11e150ac6a86fa2a8f5636ee0844f6cc7a22f42f.tar.gz dsub-11e150ac6a86fa2a8f5636ee0844f6cc7a22f42f.tar.bz2 dsub-11e150ac6a86fa2a8f5636ee0844f6cc7a22f42f.zip |
Merge branch 'MoritzMaxeiner-dsub' into version-28
Diffstat (limited to 'app/src/main/res/xml/mostrecent_syncadapter.xml')
-rw-r--r-- | app/src/main/res/xml/mostrecent_syncadapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/mostrecent_syncadapter.xml b/app/src/main/res/xml/mostrecent_syncadapter.xml index 0195edeb..a0172501 100644 --- a/app/src/main/res/xml/mostrecent_syncadapter.xml +++ b/app/src/main/res/xml/mostrecent_syncadapter.xml @@ -1,7 +1,7 @@ <?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="subsonic.org" + android:contentAuthority="@string/provider.recently_added" + android:accountType="@string/account_type.subsonic" android:userVisible="true" android:supportsUploading="false" android:allowParallelSyncs="false" |