Use individual notification channels for background connection and call status.

This commit is contained in:
Cody Henthorne
2022-02-15 16:36:29 -05:00
committed by Greyson Parrelli
parent a1bcbe9c86
commit 9389ee17b6
4 changed files with 19 additions and 9 deletions

View File

@@ -1868,6 +1868,10 @@
<string name="NotificationChannel_voice_notes">Voice Notes</string>
<string name="NotificationChannel_contact_joined_signal">Contact joined Signal</string>
<string name="NotificationChannels__no_activity_available_to_open_notification_channel_settings">No activity available to open notification channel settings.</string>
<!-- Notification channel name for showing persistent background connection on devices without push notifications -->
<string name="NotificationChannel_background_connection">Background connection</string>
<!-- Notification channel name for showing call status information (like connection, ongoing, etc.) Not ringing. -->
<string name="NotificationChannel_call_status">Call status</string>
<!-- ProfileEditNameFragment -->
<!-- QuickResponseService -->