- Add `ActiveCallManager` to handle incoming and ongoing calls. - Add ringing call notifications with full screen intents and missed call ones as part of the 'conversation' notifications. --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
6 lines
398 B
XML
6 lines
398 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||
<string name="call_foreground_service_channel_title_android">"Appel en cours"</string>
|
||
<string name="call_foreground_service_message_android">"Cliquez pour retourner à l’appel."</string>
|
||
<string name="call_foreground_service_title_android">"☎️ Appel en cours"</string>
|
||
</resources>
|