mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
android: Notification sound (#1468)
* android: fix full screen call notification (#1466) * android: Closing call means canceling notification too * show full screen call when screen is off OR locked * make notification non-silent and set category * remove call notification category Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> * android: Notification sound * Log * Ringtone channel * rename call channel * Non-hideable headsUp notification and reject button * Removed LockScreenCallChannel * call channel name Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c167f594b9
commit
0a8069ada2
@@ -115,7 +115,6 @@
|
||||
<!-- Notification channels -->
|
||||
<string name="ntf_channel_messages">SimpleX Chat messages</string>
|
||||
<string name="ntf_channel_calls">SimpleX Chat calls</string>
|
||||
<string name="ntf_channel_calls_lockscreen">SimpleX Chat calls (lock screen)</string>
|
||||
|
||||
<!-- Notifications -->
|
||||
<string name="settings_notifications_mode_title">Notification service</string>
|
||||
|
||||
Reference in New Issue
Block a user