aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/mostrecent_syncadapter.xml
diff options
context:
space:
mode:
authorMoritz Maxeiner <mm@ucw.sh>2020-09-21 22:04:51 +0200
committerMoritz Maxeiner <mm@ucw.sh>2020-09-26 14:53:23 +0200
commiteb827e57d292e10bf1593c4ff6f79e37fdf99f16 (patch)
treea3b96f064e296cb8b4304ed2f1f973eb0a756e29 /app/src/main/res/xml/mostrecent_syncadapter.xml
parent45dfb9653cf5fcfe7ca5e3a20437aeee64b9ecb1 (diff)
downloaddsub-eb827e57d292e10bf1593c4ff6f79e37fdf99f16.tar.gz
dsub-eb827e57d292e10bf1593c4ff6f79e37fdf99f16.tar.bz2
dsub-eb827e57d292e10bf1593c4ff6f79e37fdf99f16.zip
Derive provider descriptors from applicationId
Diffstat (limited to 'app/src/main/res/xml/mostrecent_syncadapter.xml')
-rw-r--r--app/src/main/res/xml/mostrecent_syncadapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/mostrecent_syncadapter.xml b/app/src/main/res/xml/mostrecent_syncadapter.xml
index 8c6dada2..a0172501 100644
--- a/app/src/main/res/xml/mostrecent_syncadapter.xml
+++ b/app/src/main/res/xml/mostrecent_syncadapter.xml
@@ -1,6 +1,6 @@
<?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:contentAuthority="@string/provider.recently_added"
android:accountType="@string/account_type.subsonic"
android:userVisible="true"
android:supportsUploading="false"