Organise notification channels into system-settings groups

Group the five channels under two headings in the system notification
settings so they're easier to navigate: "Downloads & updates" (progress,
installed, updates, export) and "Alerts" (errors and action-required).

Purely organisational; channel importances and behaviour are unchanged.
This commit is contained in:
Rahul Patel
2026-05-30 18:27:25 +05:30
parent a660983438
commit 60a6df58c5
2 changed files with 29 additions and 1 deletions

View File

@@ -212,6 +212,8 @@
<string name="dialog_title_self_update">"New update available"</string>
<string name="dialog_desc_native_split">"You can not install bundled (split) apps via Native Installer. Change your installer to Session, Services or Root."</string>
<string name="notification_channel_alerts">Errors &amp; alerts</string>
<string name="notification_group_activity">Downloads &amp; updates</string>
<string name="notification_group_alerts">Alerts</string>
<string name="notification_channel_export">App export notification</string>
<string name="notification_channel_install">Install notification</string>
<string name="notification_channel_downloads">Downloads notification</string>