Add the ability to switch call audio route

This commit is contained in:
Naveen
2022-11-11 01:39:11 +05:30
parent 096bf5acec
commit 9329d73cf1
50 changed files with 420 additions and 36 deletions

View File

@@ -54,6 +54,12 @@
<string name="call_add">Aggiungi una chiamata</string>
<string name="conference_manage">Gestisci la teleconferenza</string>
<string name="conference">Conferenza</string>
<string name="audio_route_speaker">Speaker</string>
<string name="audio_route_earpiece">Earpiece</string>
<string name="audio_route_bluetooth">Bluetooth</string>
<string name="audio_route_wired_headset">Wired Headset</string>
<string name="audio_route_wired_or_earpiece">Wired or Earpiece</string>
<string name="choose_audio_route">Choose audio route</string>
<!-- Speed dial -->
<string name="speed_dial">Contatti veloci</string>
<string name="manage_speed_dial">Gestisci i contatti veloci</string>
@@ -71,4 +77,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>