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:
authorUnpublished <unpublished@gmx.net>2021-02-28 14:37:18 +0300
committerUnpublished <unpublished@gmx.net>2021-02-28 14:38:13 +0300
commit99d3687aaf554440fb7754a4d52675d3900c36dc (patch)
tree8bd3804117d637bd7a7a9a32035ffc2197298182 /News-Android-App/src/main/res/xml
parent56dd0f631cec1f1c63d1981a9b3dcc4be68f6c00 (diff)
Allow installing dev build next to release build
Signed-off-by: Unpublished <unpublished@gmx.net>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/authenticator.xml2
-rw-r--r--News-Android-App/src/main/res/xml/syncadapter.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/News-Android-App/src/main/res/xml/authenticator.xml b/News-Android-App/src/main/res/xml/authenticator.xml
index d81131bc..14e05b26 100644
--- a/News-Android-App/src/main/res/xml/authenticator.xml
+++ b/News-Android-App/src/main/res/xml/authenticator.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
- android:accountType="de.luhmer.owncloudnewsreader"
+ android:accountType="@string/account_type"
android:icon="@mipmap/ic_launcher"
android:smallIcon="@mipmap/ic_launcher"
android:label="@string/app_name"
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