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:
authorDavid-Development <david-dev@live.de>2021-06-03 12:18:39 +0300
committerDavid Luhmer <david-dev@live.de>2021-06-03 12:18:39 +0300
commite53ffb93a5737186b3a0adf7d56c2505c1df0d93 (patch)
treeabfa1be069e48106729274892d9bdb0225b7c85c /News-Android-App/src/main/res/xml
parentb7c25233a4c6dfe6ba42186f9bbb7cd5548bea0b (diff)
Remove unnecessary Notifications setting (fix #969)
Signed-off-by: David Luhmer <david-dev@live.de>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_notification.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_notification.xml b/News-Android-App/src/main/res/xml/pref_notification.xml
deleted file mode 100644
index 03ad5458..00000000
--- a/News-Android-App/src/main/res/xml/pref_notification.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
-
- <PreferenceCategory
- app:title="@string/pref_header_notifications"
- app:iconSpaceReserved="false">
-
- <SwitchPreference
- android:defaultValue="true"
- android:key="cb_showNotificationNewArticles"
- android:title="@string/pref_title_notification_new_articles_available"
- app:iconSpaceReserved="false"/>
-
- <!--
- A 'parent' preference, which enables/disables child preferences (below)
- when checked/unchecked.
- -->
- <!-- <SwitchPreference
- android:defaultValue="true"
- android:key="notifications_new_message"
- android:title="@string/pref_title_new_message_notifications" />
- -->
- <!-- Allows the user to choose a ringtone in the 'notification' category. -->
- <!-- NOTE: This preference will be enabled only when the checkbox above is checked. -->
- <!-- NOTE: RingtonePreference's summary should be set to its value by the activity code. -->
- <!-- <RingtonePreference
- android:defaultValue="content://settings/system/notification_sound"
- android:dependency="notifications_new_message"
- android:key="notifications_new_message_ringtone"
- android:ringtoneType="notification"
- android:title="@string/pref_title_ringtone" />
- -->
- <!-- NOTE: This preference will be enabled only when the checkbox above is checked. -->
- <!-- <SwitchPreference
- android:defaultValue="true"
- android:dependency="notifications_new_message"
- android:key="notifications_new_message_vibrate"
- android:title="@string/pref_title_vibrate" />
- -->
-
- </PreferenceCategory>
-
-</androidx.preference.PreferenceScreen> \ No newline at end of file