summaryrefslogtreecommitdiff
path: root/ui/preferences/src/main/res/xml/preferences_notifications.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/preferences/src/main/res/xml/preferences_notifications.xml')
-rw-r--r--ui/preferences/src/main/res/xml/preferences_notifications.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/preferences/src/main/res/xml/preferences_notifications.xml b/ui/preferences/src/main/res/xml/preferences_notifications.xml
new file mode 100644
index 000000000..34d327340
--- /dev/null
+++ b/ui/preferences/src/main/res/xml/preferences_notifications.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <PreferenceCategory
+ android:title="@string/notification_group_errors">
+ <SwitchPreferenceCompat
+ android:defaultValue="true"
+ android:enabled="true"
+ android:key="prefShowDownloadReport"
+ android:summary="@string/notification_channel_download_error_description"
+ android:title="@string/notification_channel_download_error" />
+ <SwitchPreferenceCompat
+ android:defaultValue="true"
+ android:key="pref_gpodnet_notifications"
+ android:summary="@string/notification_channel_sync_error_description"
+ android:title="@string/notification_channel_sync_error" />
+ </PreferenceCategory>
+</PreferenceScreen> \ No newline at end of file