Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'News-Android-App/src/main/res/xml/syncadapter.xml')
-rw-r--r--News-Android-App/src/main/res/xml/syncadapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/xml/syncadapter.xml b/News-Android-App/src/main/res/xml/syncadapter.xml
index a67c2118..234843c7 100644
--- a/News-Android-App/src/main/res/xml/syncadapter.xml
+++ b/News-Android-App/src/main/res/xml/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="de.luhmer.owncloudnewsreader"
- android:accountType="de.luhmer.owncloudnewsreader"
+ android:contentAuthority="@string/authority"
+ android:accountType="@string/account_type"
android:userVisible="true"
android:supportsUploading="false" /> \ No newline at end of file