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:
authorfabienli <fab@lisiecki.fr>2021-06-23 22:12:08 +0300
committerfabienli <fab@lisiecki.fr>2021-06-23 22:12:50 +0300
commita9d8497c26a56ddfedda1b785dbe0610dfa6845a (patch)
tree1ab73c406955972b19ac4e6914f7db18eb6b8a6a /News-Android-App/src/main/res/xml
parentc12b65d630e1c57f20b6691f37dd1b53d10da967 (diff)
sync interval setting is done via a popup
Signed-off-by: fabienli <fab@lisiecki.fr>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/account_preferences.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/News-Android-App/src/main/res/xml/account_preferences.xml b/News-Android-App/src/main/res/xml/account_preferences.xml
index f7759f58..3136d92e 100644
--- a/News-Android-App/src/main/res/xml/account_preferences.xml
+++ b/News-Android-App/src/main/res/xml/account_preferences.xml
@@ -9,8 +9,6 @@
android:title="Sync Interval"
android:summary="Set the sync interval">
<intent
- android:action="de.luhmer.owncloudnewsreader.Preferences.SYNC_INTERVAL"
- android:targetPackage="de.luhmer.owncloudnewsreader"
- android:targetClass="de.luhmer.owncloudnewsreader.SyncIntervalSelectorActivity" />
+ android:action="de.luhmer.owncloudnewsreader.ACCOUNT_MANAGER_ENTRY" />
</PreferenceScreen>
</PreferenceScreen> \ No newline at end of file