- 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
382 B
XML
6 lines
382 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">"通话进行中"</string>
|
|
<string name="call_foreground_service_message_android">"点按即可返回通话"</string>
|
|
<string name="call_foreground_service_title_android">"☎️ 通话中"</string>
|
|
</resources>
|